Commit 88840fc8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent e2c50d76
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment