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/bftw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bftw.c') diff --git a/src/bftw.c b/src/bftw.c index f9ef2a1..bb155a4 100644 --- a/src/bftw.c +++ b/src/bftw.c @@ -1431,7 +1431,7 @@ static bool bftw_must_stat(const struct bftw_state *state, size_t depth, enum bf if (!(bftw_stat_flags(state, depth) & BFS_STAT_NOFOLLOW)) { return true; } - fallthru; + _fallthrough; default: #if __linux__ -- cgit v1.2.3