kernel32/tests: Remove a space before a '\n' in an ok() call.

Francois Gouget fgouget at free.fr
Mon Aug 1 08:48:52 CDT 2011


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

diff --git a/dlls/kernel32/tests/volume.c b/dlls/kernel32/tests/volume.c
index 813ff0b..aa97521 100644
--- a/dlls/kernel32/tests/volume.c
+++ b/dlls/kernel32/tests/volume.c
@@ -99,7 +99,7 @@ void test_define_dos_deviceA(void)
 
     ret = DefineDosDeviceA(0, drivestr, buf);
     todo_wine
-    ok(ret, "Could not make drive %s point to %s! \n", drivestr, buf);
+    ok(ret, "Could not make drive %s point to %s!\n", drivestr, buf);
 
     if (!ret) {
         skip("can't test removing fake drive\n");
-- 
1.7.5.4




More information about the wine-patches mailing list