msvcrt/tests: Add a trailing '\n' to a win_skip().

Francois Gouget fgouget at free.fr
Tue Aug 21 06:31:49 CDT 2012


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

diff --git a/dlls/msvcrt/tests/cpp.c b/dlls/msvcrt/tests/cpp.c
index 93469c6..dbb948c 100644
--- a/dlls/msvcrt/tests/cpp.c
+++ b/dlls/msvcrt/tests/cpp.c
@@ -168,7 +168,7 @@ static BOOL InitFunctionPtrs(void)
     ok(hMsvcrt != 0, "GetModuleHandleA failed\n");
     if (!hMsvcrt)
     {
-        win_skip("Could not load msvcrt.dll");
+        win_skip("Could not load msvcrt.dll\n");
         return FALSE;
     }
 
-- 
1.7.10.4



More information about the wine-patches mailing list