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

Francois Gouget fgouget at free.fr
Thu Aug 26 06:01:24 CDT 2010


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

diff --git a/dlls/shell32/tests/ebrowser.c b/dlls/shell32/tests/ebrowser.c
index e98ced6..6f50b0a 100644
--- a/dlls/shell32/tests/ebrowser.c
+++ b/dlls/shell32/tests/ebrowser.c
@@ -962,7 +962,7 @@ static void test_Advise(void)
     ok(ebev.ref == 0, "Got %d\n", ebev.ref);
 
     ref = IExplorerBrowser_Release(peb);
-    ok(!ref, "Got %d", ref);
+    ok(!ref, "Got %d\n", ref);
 }
 
 /* Based on PathAddBackslashW from dlls/shlwapi/path.c */
-- 
1.7.1




More information about the wine-patches mailing list