cancel 313f6b; add fallthrough comment

parent cb7f82ac
......@@ -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 - %");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment