Skip to content

Commit

Permalink
idleinject: Cleanup compile warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Bahnsen <[email protected]>
  • Loading branch information
ts-kris committed Apr 7, 2023
1 parent 762c4ba commit d44b50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idleinject.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void usage(char **argv) {
);
}

int sig_handler(int sig) {
void sig_handler(int sig) {
die = 1;
}

Expand Down

0 comments on commit d44b50b

Please sign in to comment.