Skip to content

Commit

Permalink
fix ccheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Sep 5, 2023
1 parent f0b0d36 commit 11fcec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ static void usage(void)
#endif


static void dbg_handler(uintptr_t id, int level, const char *p, size_t len, void *arg)
static void dbg_handler(uintptr_t id, int level, const char *p, size_t len,
void *arg)
{
(void)level;
(void)arg;
Expand Down

0 comments on commit 11fcec1

Please sign in to comment.