From e955f142b8ae6b94e7e980f8d60cd3f39c1bdd83 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 9 Oct 2007 20:50:18 +0000 Subject: [PATCH] * Grr. Argh. Whitespace. etc. --- code/sys/sys_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c index f9f5cd9b..dcefa78c 100644 --- a/code/sys/sys_main.c +++ b/code/sys/sys_main.c @@ -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);