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

Francois Gouget fgouget at free.fr
Fri Jan 10 08:18:48 CST 2014


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



More information about the wine-patches mailing list