Andrew Talbot : mscms: Move a misplaced brace.

Alexandre Julliard julliard at winehq.org
Mon Aug 1 13:22:09 CDT 2011


Module: wine
Branch: master
Commit: 322f3037677198b66cc87e790beeceded246023f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=322f3037677198b66cc87e790beeceded246023f

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sun Jul 31 21:13:08 2011 +0100

mscms: Move a misplaced brace.

---

 dlls/mscms/profile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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-cvs mailing list