79377: dsound: Place storage class before type qualifier

buildbot at kegel.com buildbot at kegel.com
Wed Sep 28 00:19:20 CDT 2011


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

For more info about this message, see http://wiki.winehq.org/BuildBot

The Buildbot has detected a failed build on builder runtests-default while building Wine.
Full details are available at: http://buildbot.kegel.com/builders/runtests-default/builds/3 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed git

Errors:
error: patch failed: dlls/dsound/dsound_main.c:319
error: dlls/dsound/dsound_main.c: patch does not apply

-------------- next part --------------
From: Andrew Talbot <andrew.talbot at talbotville.com>
Subject: dsound: Place storage class before type qualifier
Message-Id: <201109272246.00390.andrew.talbot at talbotville.com>
Date: Tue, 27 Sep 2011 22:45:59 +0100

Changelog:
    dsound: Place storage class before type qualifier.

diff --git a/dlls/dsound/dsound_main.c b/dlls/dsound/dsound_main.c
index 927c04c..3f950b2 100644
--- a/dlls/dsound/dsound_main.c
+++ b/dlls/dsound/dsound_main.c
@@ -319,8 +319,8 @@ HRESULT WINAPI DirectSoundEnumerateW(
     int err;
     WAVEOUTCAPSW caps;
 
-    const static WCHAR winmmW[] = {'w','i','n','m','m','.','d','l','l',0};
-    const static WCHAR primary_driverW[] = {'P','r','i','m','a','r','y',' ',
+    static const WCHAR winmmW[] = {'w','i','n','m','m','.','d','l','l',0};
+    static const WCHAR primary_driverW[] = {'P','r','i','m','a','r','y',' ',
         'S','o','u','n','d',' ','D','r','i','v','e','r',0};
 
     TRACE("lpDSEnumCallback = %p, lpContext = %p\n",



More information about the wine-tests-results mailing list