Add missing space character
This commit is contained in:
@ -122,7 +122,7 @@ void StreamVError(int line, const char* file, const char* fmt, va_list args)
|
|||||||
va_end(args2);
|
va_end(args2);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
fprintf(stderr, "%s%s", ansiEscape(ANSI_RED_BOLD), timestamp);
|
fprintf(stderr, "%s%s ", ansiEscape(ANSI_RED_BOLD), timestamp);
|
||||||
if (file)
|
if (file)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "%s line %d: ", file, line);
|
fprintf(stderr, "%s line %d: ", file, line);
|
||||||
|
Reference in New Issue
Block a user