revert changes to that one as this is not necessary.

This commit is contained in:
Thilo Schulz 2008-04-06 02:19:00 +00:00
parent 5c1167557a
commit f5b3a13313

View file

@ -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++;
}