mscms: Move a misplaced brace.

This commit is contained in:
Andrew Talbot 2011-07-31 21:13:08 +01:00 committed by Alexandre Julliard
parent 33fafc6166
commit 322f303767
1 changed files with 1 additions and 1 deletions

View File

@ -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);