mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 02:40:56 +00:00
Remove "got" left behind from debugging.
This commit is contained in:
parent
a421d9a33b
commit
e08e4a9ce0
1 changed files with 1 additions and 1 deletions
2
parser.c
2
parser.c
|
@ -3029,7 +3029,7 @@ static bool parse_goto(parser_t *parser, ast_expression **out)
|
|||
vec_push(parser->gotos, gt);
|
||||
|
||||
if (!parser_next(parser) || parser->tok != ';') {
|
||||
parseerror(parser, "semicolon expected after goto label got");
|
||||
parseerror(parser, "semicolon expected after goto label");
|
||||
return false;
|
||||
}
|
||||
if (!parser_next(parser)) {
|
||||
|
|
Loading…
Reference in a new issue