kernel32: Added missing newline to win_skip.
This commit is contained in:
parent
e8696ca02e
commit
a37b8f79af
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue