mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
test.h: Add a space after the file name prefix.
This commit is contained in:
parent
b6305ed413
commit
58b00da312
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ void winetest_trace( const char *msg, ... )
|
|||
|
||||
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);
|
||||
vfprintf(stdout, msg, valist);
|
||||
va_end(valist);
|
||||
|
|
Loading…
Reference in a new issue