From 2188248598684433fbc7f6144562ed2638c5be9d Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 20 Oct 2008 22:18:32 +0200 Subject: [PATCH] mscms/tests: Fix a typo. --- dlls/mscms/tests/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); } }