This commit is contained in:
Hackerpilot 2012-05-29 10:30:20 -07:00
parent f354b6ec4c
commit 7f50a9ff5d
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ body
case TokenType.RBracket: case TokenType.RBracket:
if (i == 0) if (i == 0)
break loop; break loop;
skipBrackets()(tokens, i); skipBrackets(tokens, i);
break; break;
default: default:
if (i == 0) if (i == 0)