Francois Gouget : gdi32/tests: Fix a copy/paste error in an ok() message.

Alexandre Julliard julliard at winehq.org
Mon Nov 25 16:41:55 CST 2019


Module: wine
Branch: master
Commit: 389d110545af589cf1ac5dfa5de40fc28ab4631b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=389d110545af589cf1ac5dfa5de40fc28ab4631b

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Nov 21 16:10:21 2019 +0100

gdi32/tests: Fix a copy/paste error in an ok() message.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/gdi32/tests/metafile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdi32/tests/metafile.c b/dlls/gdi32/tests/metafile.c
index f1978f7bdf..ca433b33c0 100644
--- a/dlls/gdi32/tests/metafile.c
+++ b/dlls/gdi32/tests/metafile.c
@@ -994,7 +994,7 @@ static void test_mf_SaveDC(void)
     ok(ret, "ret = %d\n", ret);
 
     hMetafile = CloseMetaFile(hdcMetafile);
-    ok(hMetafile != 0, "CloseEnhMetaFile error %d\n", GetLastError());
+    ok(hMetafile != 0, "CloseMetaFile error %d\n", GetLastError());
 
     ret = DeleteMetaFile(hMetafile);
     ok( ret, "DeleteMetaFile error %d\n", GetLastError());




More information about the wine-cvs mailing list