summaryrefslogtreecommitdiffstats
path: root/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'printf.c')
-rw-r--r--printf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/printf.c b/printf.c
index 0a969d8..c2b165e 100644
--- a/printf.c
+++ b/printf.c
@@ -590,6 +590,7 @@ struct bfs_printf *parse_bfs_printf(const char *format, struct cmdline *cmdline)
case '0':
case '+':
must_be_numeric = true;
+ // Fallthrough
case ' ':
case '-':
if (strchr(directive->str, c)) {