summaryrefslogtreecommitdiff
path: root/src/query.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/query.cc')
-rw-r--r--src/query.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/query.cc b/src/query.cc
index 5480336c..2a29a1e7 100644
--- a/src/query.cc
+++ b/src/query.cc
@@ -536,11 +536,13 @@ query_t::parser_t::parse_query_expr(lexer_t::token_t::kind_t tok_context,
}
default:
- break;
+ goto done;
}
tok = lexer.peek_token();
}
+ done:
+ ;
}
return limiter;