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

Alexandre Julliard julliard at winehq.org
Tue Aug 21 13:40:19 CDT 2012


Module: wine
Branch: master
Commit: 88840fc849bc1981ccd98e364f13b6adc8f760fa
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=88840fc849bc1981ccd98e364f13b6adc8f760fa

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 21 13:31:49 2012 +0200

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

---

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

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;
     }
 




More information about the wine-cvs mailing list