ws2_32/tests: Add a trailing '\n' to a win_skip() call.
This commit is contained in:
parent
d3cf4ff569
commit
e8e97f165d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue