r1193 - trunk/code/sys
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Oct 9 16:50:18 EDT 2007
Author: tma
Date: 2007-10-09 16:50:18 -0400 (Tue, 09 Oct 2007)
New Revision: 1193
Modified:
trunk/code/sys/sys_main.c
Log:
* Grr. Argh. Whitespace. etc.
Modified: trunk/code/sys/sys_main.c
===================================================================
--- trunk/code/sys/sys_main.c 2007-10-09 20:49:19 UTC (rev 1192)
+++ trunk/code/sys/sys_main.c 2007-10-09 20:50:18 UTC (rev 1193)
@@ -301,7 +301,7 @@
#endif
if( com_ansiColor && com_ansiColor->integer )
- Sys_AnsiColorPrint( msg );
+ Sys_AnsiColorPrint( msg );
else
fputs(msg, stderr);
More information about the quake3-commits
mailing list