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

Francois Gouget fgouget at free.fr
Sat Mar 20 09:25:14 CDT 2010


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

diff --git a/dlls/hlink/tests/browse_ctx.c b/dlls/hlink/tests/browse_ctx.c
index 30cd559..e25333d 100644
--- a/dlls/hlink/tests/browse_ctx.c
+++ b/dlls/hlink/tests/browse_ctx.c
@@ -123,7 +123,7 @@ static void test_BrowseWindowInfo(void)
 
     hres = IHlinkBrowseContext_GetBrowseWindowInfo(bc, &bwinfo_get);
     ok(hres == S_OK, "GetBrowseWindowInfo failed: 0x%08x\n", hres);
-    ok(!memcmp(&bwinfo_set, &bwinfo_get, sizeof(HLBWINFO)), "Set and Get differ");
+    ok(!memcmp(&bwinfo_set, &bwinfo_get, sizeof(HLBWINFO)), "Set and Get differ\n");
 }
 
 START_TEST(browse_ctx)
-- 
1.6.5




More information about the wine-patches mailing list