Commit 21882485 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

mscms/tests: Fix a typo.

parent 5b831964
......@@ -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() );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment