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

Francois Gouget fgouget at free.fr
Tue Jun 2 12:17:15 CDT 2009


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




More information about the wine-patches mailing list