diff --git a/dlls/mscms/tests/profile.c b/dlls/mscms/tests/profile.c index 7d77baaa5c6..56d77326563 100644 --- a/dlls/mscms/tests/profile.c +++ b/dlls/mscms/tests/profile.c @@ -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() ); } }