kernel32: Added missing newline to win_skip.

This commit is contained in:
Stefan Leichter 2009-06-01 20:28:37 +02:00 committed by Alexandre Julliard
parent e8696ca02e
commit a37b8f79af
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ static void doChild(const char* file, const char* option)
ret = SetConsoleCP(1252);
if (!ret && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
{
win_skip("Setting the codepage is not implemented");
win_skip("Setting the codepage is not implemented\n");
}
else
{