Skip to content

Commit

Permalink
forget to break in the switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Feb 26, 2014
1 parent b31a906 commit 313f6b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrbgems/mruby-sprintf/src/sprintf.c
Expand Up @@ -654,6 +654,7 @@ mrb_str_format(mrb_state *mrb, int argc, const mrb_value *argv, mrb_value fmt)
case '\n':
case '\0':
p--;
break;

case '%':
if (flags != FNONE) {
Expand Down

0 comments on commit 313f6b5

Please sign in to comment.