kernel32/tests: Add a trailing '\n' to an ok() call.

Francois Gouget fgouget at free.fr
Fri Sep 5 06:15:04 CDT 2008


---
 dlls/kernel32/tests/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/tests/file.c b/dlls/kernel32/tests/file.c
index fce3fad..94bc975 100644
--- a/dlls/kernel32/tests/file.c
+++ b/dlls/kernel32/tests/file.c
@@ -862,7 +862,7 @@ static void test_DeleteFileW( void )
     ret = GetTempPathW(MAX_PATH, pathW);
     if (ret + sizeof(dirW)/sizeof(WCHAR)-1 + sizeof(subdirW)/sizeof(WCHAR)-1 >= MAX_PATH)
     {
-        ok(0, "MAX_PATH exceeded in constructing paths");
+        ok(0, "MAX_PATH exceeded in constructing paths\n");
         return;
     }
     lstrcatW(pathW, dirW);
-- 
1.5.6.3



More information about the wine-patches mailing list