mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-18 23:21:39 +00:00
* Grr. Argh. Whitespace. etc.
This commit is contained in:
parent
a9eaefecab
commit
e955f142b8
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ void Sys_Print( const char *msg )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if( com_ansiColor && com_ansiColor->integer )
|
if( com_ansiColor && com_ansiColor->integer )
|
||||||
Sys_AnsiColorPrint( msg );
|
Sys_AnsiColorPrint( msg );
|
||||||
else
|
else
|
||||||
fputs(msg, stderr);
|
fputs(msg, stderr);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue