Commit a37b8f79 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

kernel32: Added missing newline to win_skip.

parent e8696ca0
......@@ -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
{
......
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