mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 07:30:37 +00:00
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
Block a user