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

Alexandre Julliard julliard at winehq.org
Fri Jan 10 13:22:47 CST 2014


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jan 10 15:18:48 2014 +0100

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

---

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

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index f8dc5a5..0abf732 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -7356,7 +7356,7 @@ static void test_WSALookupService(void)
 
     if (!pWSALookupServiceBeginW || !pWSALookupServiceEnd || !pWSALookupServiceNextW)
     {
-        win_skip("WSALookupServiceBeginW or WSALookupServiceEnd or WSALookupServiceNextW not found");
+        win_skip("WSALookupServiceBeginW or WSALookupServiceEnd or WSALookupServiceNextW not found\n");
         return;
     }
 




More information about the wine-cvs mailing list