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

This commit is contained in:
Francois Gouget 2011-08-01 15:48:52 +02:00 committed by Alexandre Julliard
parent 91adaf623e
commit 287a5e25d2
1 changed files with 1 additions and 1 deletions

View File

@ -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");