revert changes to that one as this is not necessary.
This commit is contained in:
parent
5c1167557a
commit
f5b3a13313
|
|
@ -599,7 +599,7 @@ void SkipBracedSection (char **program) {
|
||||||
depth = 0;
|
depth = 0;
|
||||||
do {
|
do {
|
||||||
token = COM_ParseExt( program, qtrue );
|
token = COM_ParseExt( program, qtrue );
|
||||||
if( *program && token[1] == 0 ) {
|
if( token[1] == 0 ) {
|
||||||
if( token[0] == '{' ) {
|
if( token[0] == '{' ) {
|
||||||
depth++;
|
depth++;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user