From b0284f110ae40d05ef318760aea72e99f9aecf32 Mon Sep 17 00:00:00 2001 From: James Jones Date: Thu, 12 Sep 2024 08:20:25 -0500 Subject: [PATCH] Annotation typo (CID #1604609) --- src/lib/util/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util/event.c b/src/lib/util/event.c index 465a09a359172..af190eb87cdbc 100644 --- a/src/lib/util/event.c +++ b/src/lib/util/event.c @@ -504,7 +504,7 @@ static void event_fd_func_index_build(fr_event_func_map_t *map) * it. Adding a Coverity-only check won't change that, * so we're stuck with annotation. */ - /* coverity [overflow_const] */ + /* coverity[overflow_const] */ fflags &= ~(1 << pos); } }