Skip to content

Commit

Permalink
Correct coverity annotation syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Dec 30, 2024
1 parent f57f8c8 commit 2e81a11
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 2e81a11

Please sign in to comment.