mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
cancel 313f6b; add fallthrough comment
This commit is contained in:
@@ -654,8 +654,7 @@ retry:
|
||||
case '\n':
|
||||
case '\0':
|
||||
p--;
|
||||
break;
|
||||
|
||||
/* fallthrough */
|
||||
case '%':
|
||||
if (flags != FNONE) {
|
||||
mrb_raise(mrb, E_ARGUMENT_ERROR, "invalid format character - %");
|
||||
|
||||
Reference in New Issue
Block a user