mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
forget to break in the switch statement
This commit is contained in:
@@ -654,6 +654,7 @@ retry:
|
||||
case '\n':
|
||||
case '\0':
|
||||
p--;
|
||||
break;
|
||||
|
||||
case '%':
|
||||
if (flags != FNONE) {
|
||||
|
||||
Reference in New Issue
Block a user