* Grr. Argh. Whitespace. etc.

This commit is contained in:
Tim Angus 2007-10-09 20:50:18 +00:00
parent a9eaefecab
commit e955f142b8

View file

@ -301,7 +301,7 @@ void Sys_Print( const char *msg )
#endif
if( com_ansiColor && com_ansiColor->integer )
Sys_AnsiColorPrint( msg );
Sys_AnsiColorPrint( msg );
else
fputs(msg, stderr);