From d37d41a108cf99950c334932f91e5cea5ce23e8d Mon Sep 17 00:00:00 2001 From: thilo Date: Sun, 6 Apr 2008 02:19:00 +0000 Subject: revert changes to that one as this is not necessary. git-svn-id: svn://svn.icculus.org/quake3/trunk@1296 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/q_shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon') diff --git a/code/qcommon/q_shared.c b/code/qcommon/q_shared.c index 6fa6b76..18b71d3 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++; } -- cgit v1.2.3