Francois Gouget : ws2_32/tests: Add a trailing '\n' to a win_skip() call.
Module: wine Branch: master Commit: e8e97f165dec4aef18190e3be67111d387f78203 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e8e97f165dec4aef18190e3be6... Author: Francois Gouget <fgouget(a)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; }
participants (1)
-
Alexandre Julliard