Francois Gouget : ntdll/tests: Fix the trailing '\n' of a skip() call.
Module: wine Branch: master Commit: ac831d5ab57e13aaef5b3e3a5598fd242dcc4285 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ac831d5ab57e13aaef5b3e3a55... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Jun 2 19:17:15 2009 +0200 ntdll/tests: Fix the trailing '\n' of a skip() call. --- dlls/ntdll/tests/exception.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ntdll/tests/exception.c b/dlls/ntdll/tests/exception.c index aefce8b..400bd71 100644 --- a/dlls/ntdll/tests/exception.c +++ b/dlls/ntdll/tests/exception.c @@ -641,7 +641,7 @@ static void test_debugger(void) if(!pNtGetContextThread || !pNtSetContextThread || !pNtReadVirtualMemory || !pNtTerminateProcess) { - skip("NtGetContextThread, NtSetContextThread, NtReadVirtualMemory or NtTerminateProcess not found\n)"); + skip("NtGetContextThread, NtSetContextThread, NtReadVirtualMemory or NtTerminateProcess not found\n"); return; }
participants (1)
-
Alexandre Julliard