From 88840fc849bc1981ccd98e364f13b6adc8f760fa Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 21 Aug 2012 13:31:49 +0200 Subject: [PATCH] msvcrt/tests: Add a trailing '\n' to a win_skip(). --- 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 93469c6e23d..dbb948cef11 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; }