Francois Gouget : winmm/tests: Add a trailing '\n' to an ok() call.

Alexandre Julliard julliard at winehq.org
Mon Nov 9 15:14:14 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Nov  8 10:53:15 2009 +0100

winmm/tests: Add a trailing '\n' to an ok() call.

---

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

diff --git a/dlls/winmm/tests/mci.c b/dlls/winmm/tests/mci.c
index 5366810..f783cd6 100644
--- a/dlls/winmm/tests/mci.c
+++ b/dlls/winmm/tests/mci.c
@@ -420,7 +420,7 @@ static void test_asyncWAVE(HWND hwnd)
     ok(!err,"mci status position returned error: %d\n", err);
     trace("position while paused: %sms\n",buf);
     p1 = atoi(buf);
-    ok(p1>=p2,"position not increasing: %u > %u",p2,p1);
+    ok(p1>=p2, "position not increasing: %u > %u\n", p2, p1);
 
     err = mciSendString("stop mysound wait", NULL, 0, NULL);
     ok(!err,"mci stop returned error: %s\n", dbg_mcierr(err));




More information about the wine-cvs mailing list