mscms: Move a misplaced brace

Andrew Talbot andrew.talbot at talbotville.com
Sun Jul 31 15:13:08 CDT 2011


Changelog:
    mscms: Move a misplaced brace.

diff --git a/dlls/mscms/profile.c b/dlls/mscms/profile.c
index c9a5b42..49fc24b 100644
--- a/dlls/mscms/profile.c
+++ b/dlls/mscms/profile.c
@@ -660,9 +660,9 @@ BOOL WINAPI GetStandardColorSpaceProfileW( PCWSTR machine, DWORD id, PWSTR profi
     GetColorDirectoryW( machine, rgbprofile, &len );
 
     switch (id)
+    {
         case LCS_sRGB:
         case LCS_WINDOWS_COLOR_SPACE: /* FIXME */
-        {
             lstrcatW( rgbprofile, rgbprofilefile );
             len = lstrlenW( rgbprofile ) * sizeof(WCHAR);
 



More information about the wine-patches mailing list