>From 8ff41dadc46fd39bffbc08b9577c6b8063956a3f Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 20 Oct 2008 22:18:32 +0200 Subject: [PATCH] Fix a typo --- dlls/mscms/tests/profile.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mscms/tests/profile.c b/dlls/mscms/tests/profile.c index 7d77baa..56d7732 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() ); } } -- 1.5.5.1