forget to break in the switch statement

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-02-27 08:23:32 +09:00
parent b31a90614d
commit 313f6b5997
+1
View File
@@ -654,6 +654,7 @@ retry:
case '\n':
case '\0':
p--;
break;
case '%':
if (flags != FNONE) {