fix compacted case parsing bug

This commit is contained in:
zawz 2021-05-19 16:48:23 +02:00
parent 7379eaf180
commit 86a4d4a118

View file

@ -1566,8 +1566,6 @@ std::pair<case_block*, parse_context> parse_case(parse_context ctx)
{
parse_error("Unexpected token ';'", ctx);
}
ctx.i++;
ctx.i=skip_unread(ctx);
}