forget to break in the switch statement

parent b31a9061
......@@ -654,6 +654,7 @@ retry:
case '\n':
case '\0':
p--;
break;
case '%':
if (flags != FNONE) {
......
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