summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ruby.c b/ruby.c
index 66230956c0..0bc3788597 100644
--- a/ruby.c
+++ b/ruby.c
@@ -561,7 +561,6 @@ proc_options(argc, argv)
s += numlen;
}
rb_set_safe_level(v);
- s += numlen;
}
goto reswitch;
@@ -573,7 +572,7 @@ proc_options(argc, argv)
ruby_incpush(argv[1]);
argc--,argv++;
}
- goto reswitch;
+ break;
case '0':
{