mscms/tests: Fix a typo.

This commit is contained in:
Paul Vriens 2008-10-20 22:18:32 +02:00 committed by Alexandre Julliard
parent 5b83196484
commit 2188248598
1 changed files with 1 additions and 1 deletions

View File

@ -1423,7 +1423,7 @@ static void test_AssociateColorProfileWithDeviceA(void)
ok( ret, "DisassociateColorProfileFromDeviceA() failed (%u)\n", GetLastError() );
ret = pUninstallColorProfileA( NULL, profile, TRUE );
ok( ret, "UninstallColorProfileW() failed (%d)\n", GetLastError() );
ok( ret, "UninstallColorProfileA() failed (%d)\n", GetLastError() );
}
}