diff --git a/misc.c b/misc.c index fb884b3..63cabf7 100644 --- a/misc.c +++ b/misc.c @@ -238,7 +238,7 @@ static char* get_input(void) return (input); } -bool silent_yes() +bool silent_yes(void) { bool outcome = false;