From 0088322ee79452dfe1c71ad8e26f0e3d5556004a Mon Sep 17 00:00:00 2001 From: Steins7 Date: Mon, 15 Apr 2024 23:10:19 +0200 Subject: [PATCH] Fix warning --- srv/format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/srv/format.c b/srv/format.c index ec4de76..baa122b 100644 --- a/srv/format.c +++ b/srv/format.c @@ -121,6 +121,7 @@ static uint32_t render_format(FormatCallback callback, void* arg, zero_padding = true; continue; } + // fall through case '1': case '2': case '3':