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

Francois Gouget fgouget at free.fr
Sun Nov 8 03:53:15 CST 2009


---
 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 6b1ecb7..3fc5179 100644
--- a/dlls/winmm/tests/mci.c
+++ b/dlls/winmm/tests/mci.c
@@ -406,7 +406,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));
-- 
1.6.3.3




More information about the wine-patches mailing list