remove unnecessary semicolons from a38f8f

parent a38f8fe6
...@@ -102,7 +102,7 @@ is_code_block_open(struct mrb_parser_state *parser) ...@@ -102,7 +102,7 @@ is_code_block_open(struct mrb_parser_state *parser)
case EXPR_BEG: case EXPR_BEG:
/* beginning of a statement, */ /* beginning of a statement, */
/* that means previous line ended */ /* that means previous line ended */
;;code_block_open = FALSE; code_block_open = FALSE;
break; break;
case EXPR_DOT: case EXPR_DOT:
/* a message dot was the last token, */ /* 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