Skip to content

Commit

Permalink
* Grr. Argh. Whitespace. etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Oct 9, 2007
1 parent a9eaefe commit e955f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/sys/sys_main.c
Expand Up @@ -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);

Expand Down

0 comments on commit e955f14

Please sign in to comment.