kernel32/tests: Add a missing newline.

This commit is contained in:
Paul Vriens 2008-10-07 14:07:50 +02:00 committed by Alexandre Julliard
parent 3496d17018
commit 839b5400cd
1 changed files with 1 additions and 1 deletions

View File

@ -1251,7 +1251,7 @@ static void test_Console(void)
ok(cpOutC == 1252, "Wrong console-SB CP (expected 1252 got %d/%d)\n", cpOutC, cpOut);
}
else
win_skip("Setting the codepage is not implemented");
win_skip("Setting the codepage is not implemented\n");
ok(modeInC == (modeIn ^ 1), "Wrong console mode\n");
ok(modeOutC == (modeOut ^ 1), "Wrong console-SB mode\n");