Bug fixed

This commit is contained in:
Valk Richard Li
2019-10-14 22:53:30 +08:00
committed by GitHub
parent d26d71024c
commit 863660065a
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -179,6 +179,7 @@ void nasal_parser::statements_block()
}
else
{
parse.push(this_token);
in_curve_calc_expr();
}
check_semi_at_end();
@@ -1360,6 +1361,7 @@ void nasal_parser::parse_main_work()
}
else
{
parse.push(this_token);
in_curve_calc_expr();
}
check_semi_at_end();