summaryrefslogtreecommitdiff
path: root/source/cl_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_console.c')
-rw-r--r--source/cl_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_console.c b/source/cl_console.c
index 0e5127d..cf77751 100644
--- a/source/cl_console.c
+++ b/source/cl_console.c
@@ -473,7 +473,7 @@ void Con_Print( const char *txt ) {
int color;
static qboolean cr;
char *p;
- int l;
+ int l;
if( !con.initialized )
return;