ntdll/tests: Fix the trailing '\n' of a skip() call.

This commit is contained in:
Francois Gouget 2009-06-02 19:17:15 +02:00 committed by Alexandre Julliard
parent 77e0ee9013
commit ac831d5ab5

View file

@ -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;
}