Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed Sep 5, 2023
1 parent 4c90833 commit 8b9bd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static int flb_running_count(struct flb_config *config)
return tasks + timers;
}

static int flb_running_print(struct flb_config *config)
static void flb_running_print(struct flb_config *config)
{
struct mk_list *head ;
struct mk_list *tmp;
Expand Down

0 comments on commit 8b9bd6e

Please sign in to comment.