diff options
Diffstat (limited to 'kernel/lib/kprintf.c')
-rw-r--r-- | kernel/lib/kprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/lib/kprintf.c b/kernel/lib/kprintf.c index 452e45c..3494b38 100644 --- a/kernel/lib/kprintf.c +++ b/kernel/lib/kprintf.c @@ -438,6 +438,7 @@ static void do_printf(context_t *ctx, va_list args) opts.radix = 16; opts.hash = true; opts.zero = true; + /* fallthrough */ case 'd': case 'i': case 'u': |