From f5b3a1331377deb5f8d252ede046945b56adaacd Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Sun, 6 Apr 2008 02:19:00 +0000 Subject: [PATCH] revert changes to that one as this is not necessary. --- code/qcommon/q_shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/qcommon/q_shared.c b/code/qcommon/q_shared.c index 6fa6b765..18b71d3d 100644 --- a/code/qcommon/q_shared.c +++ b/code/qcommon/q_shared.c @@ -599,7 +599,7 @@ void SkipBracedSection (char **program) { depth = 0; do { token = COM_ParseExt( program, qtrue ); - if( *program && token[1] == 0 ) { + if( token[1] == 0 ) { if( token[0] == '{' ) { depth++; }