summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mrbgems/mruby-bin-mirb/tools/mirb/mirb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
index b389db7bc..b1b8767bc 100644
--- a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
+++ b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
@@ -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, */