Skip to content

Commit

Permalink
Annotation typo (CID #1604609)
Browse files Browse the repository at this point in the history
  • Loading branch information
jejones3141 committed Sep 12, 2024
1 parent db82470 commit b0284f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit b0284f1

Please sign in to comment.