Commit d8914673 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 758c453f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment