Paul Vriens : mscms/tests: Fix a typo.

Alexandre Julliard julliard at winehq.org
Tue Oct 21 07:06:41 CDT 2008


Module: wine
Branch: master
Commit: 2188248598684433fbc7f6144562ed2638c5be9d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2188248598684433fbc7f6144562ed2638c5be9d

Author: Paul Vriens <Paul.Vriens.Wine at 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() );
     }
 }
 




More information about the wine-cvs mailing list