Module: wine Branch: master Commit: 58b00da312e1aa2214c1841683740e184bb551a7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=58b00da312e1aa2214c1841683...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 4 12:32:48 2008 +0200
test.h: Add a space after the file name prefix.
---
include/wine/test.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/wine/test.h b/include/wine/test.h index f99b617..f7a0065 100644 --- a/include/wine/test.h +++ b/include/wine/test.h @@ -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);