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

This commit is contained in:
Francois Gouget 2012-08-21 13:31:49 +02:00 committed by Alexandre Julliard
parent e2c50d762c
commit 88840fc849
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}