summaryrefslogtreecommitdiff
path: root/src/compiler/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/parser.c')
-rw-r--r--src/compiler/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/parser.c b/src/compiler/parser.c
index 2476e32..578d626 100644
--- a/src/compiler/parser.c
+++ b/src/compiler/parser.c
@@ -371,6 +371,7 @@ void parserNodePrint(const ParserNode *node, int indent) {
for (int i = 0; i < indent; ++i)
printf(" ");
}
+ goto RETURN_SUCCESS;
case PARSER_TOKEN_KEYWORD_WHILE: {
ParserNodeIfMetadata *metadata = node->metadata;
printf(",\n");