From: Eric S. Raymond Date: Fri, 21 Jul 2017 02:53:15 +0000 (-0400) Subject: Fix a prototype. X-Git-Tag: 1.3~19 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=b27f767cc6658a4f7500054c75887d69c340c0f8 Fix a prototype. --- 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;