Module: wine Branch: master Commit: 839b5400cd88ea289de149e409f4004644badf26 URL: http://source.winehq.org/git/wine.git/?a=commit;h=839b5400cd88ea289de149e409...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Tue Oct 7 14:07:50 2008 +0200
kernel32/tests: Add a missing newline.
---
dlls/kernel32/tests/process.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/kernel32/tests/process.c b/dlls/kernel32/tests/process.c index 4531c9f..321053f 100644 --- a/dlls/kernel32/tests/process.c +++ b/dlls/kernel32/tests/process.c @@ -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");