Module: wine Branch: master Commit: 2188248598684433fbc7f6144562ed2638c5be9d URL: http://source.winehq.org/git/wine.git/?a=commit;h=2188248598684433fbc7f61445...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Mon Oct 20 22:18:32 2008 +0200
mscms/tests: 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() ); } }