fix output

This commit is contained in:
Glenn Maynard
2007-05-07 21:29:33 +00:00
parent f716502ff7
commit 20dba34aad
+1 -1
View File
@@ -425,7 +425,7 @@ void ShowWarningOrTrace( const char *file, int line, const char *message, bool b
if( LOG )
(LOG->*method)( "%s:%i: %s", file, line, message );
else
fprintf( stderr, "%s:%i: %s", file, line, message );
fprintf( stderr, "%s:%i: %s\n", file, line, message );
}