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