From 9c74802117d97bdb55be08a954319e1b8733cb9d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 9 Aug 2024 12:39:22 -0400 Subject: prelude: s/fallthru/_fallthrough/ for consistency with other attributes --- src/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/printf.c') diff --git a/src/printf.c b/src/printf.c index d09d1ec..c57f4ca 100644 --- a/src/printf.c +++ b/src/printf.c @@ -706,7 +706,7 @@ int bfs_printf_parse(const struct bfs_ctx *ctx, struct bfs_expr *expr, const cha case '+': case ' ': must_be_numeric = true; - fallthru; + _fallthrough; case '-': if (strchr(fmt.str, c)) { bfs_expr_error(ctx, expr); -- cgit v1.2.3