Commit 58b00da3 authored by Alexandre Julliard's avatar Alexandre Julliard

test.h: Add a space after the file name prefix.

parent b6305ed4
...@@ -298,7 +298,7 @@ void winetest_trace( const char *msg, ... ) ...@@ -298,7 +298,7 @@ void winetest_trace( const char *msg, ... )
if (winetest_debug > 0) if (winetest_debug > 0)
{ {
fprintf( stdout, "%s:%d:", data->current_file, data->current_line ); fprintf( stdout, "%s:%d: ", data->current_file, data->current_line );
va_start(valist, msg); va_start(valist, msg);
vfprintf(stdout, msg, valist); vfprintf(stdout, msg, valist);
va_end(valist); va_end(valist);
......
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