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

Francois Gouget fgouget at free.fr
Wed Feb 12 03:28:38 CST 2014


---
 dlls/inetmib1/tests/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/inetmib1/tests/main.c b/dlls/inetmib1/tests/main.c
index 29876b1..d7739f1 100644
--- a/dlls/inetmib1/tests/main.c
+++ b/dlls/inetmib1/tests/main.c
@@ -30,7 +30,7 @@ static HMODULE init_test_functions(void)
 {
     HMODULE mod = LoadLibraryA("inetmib1");
 
-    ok(mod != NULL, "failed to load inetmib1.dll");
+    ok(mod != NULL, "failed to load inetmib1.dll\n");
 
     if (!mod) return NULL;
 
-- 
1.8.5.2



More information about the wine-patches mailing list