remove unnecessary semicolons from a38f8f

parent a38f8fe6
......@@ -102,7 +102,7 @@ is_code_block_open(struct mrb_parser_state *parser)
case EXPR_BEG:
/* beginning of a statement, */
/* that means previous line ended */
;;code_block_open = FALSE;
code_block_open = FALSE;
break;
case EXPR_DOT:
/* a message dot was the last token, */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment