Sergey Khodych : user32/tests: Fix a typo.

Alexandre Julliard julliard at winehq.org
Tue Sep 1 11:06:02 CDT 2009


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

Author: Sergey Khodych <khodych at gmail.com>
Date:   Fri Aug 28 02:32:44 2009 +0300

user32/tests: Fix a typo.

---

 dlls/user32/tests/edit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/tests/edit.c b/dlls/user32/tests/edit.c
index f10b798..5ca012e 100644
--- a/dlls/user32/tests/edit.c
+++ b/dlls/user32/tests/edit.c
@@ -2105,7 +2105,7 @@ static void zero_dm_messages(void)
     ok(dm_messages.wm_getdefid == wmgetdefid, "expected %d WM_GETDIFID messages, " \
     "got %d\n", wmgetdefid, dm_messages.wm_getdefid);\
     ok(dm_messages.wm_nextdlgctl == wmnextdlgctl, "expected %d WM_NEXTDLGCTL messages, " \
-    "got %d\n", wmgetdefid, dm_messages.wm_nextdlgctl)
+    "got %d\n", wmnextdlgctl, dm_messages.wm_nextdlgctl)
 
 static LRESULT CALLBACK dialog_mode_wnd_proc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
 {




More information about the wine-cvs mailing list