Andrew Talbot : mscms: Move a misplaced brace.
Module: wine Branch: master Commit: 322f3037677198b66cc87e790beeceded246023f URL: http://source.winehq.org/git/wine.git/?a=commit;h=322f3037677198b66cc87e790b... Author: Andrew Talbot <andrew.talbot(a)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);
participants (1)
-
Alexandre Julliard