remove unnecessary semicolons from a38f8f

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-05-13 20:17:54 +09:00
parent a38f8fe606
commit 0265b47833
+1 -1
View File
@@ -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, */