Fix a prototype.

This commit is contained in:
Eric S. Raymond 2017-07-20 22:53:15 -04:00
parent 6718c57d49
commit b27f767cc6

2
misc.c
View file

@ -238,7 +238,7 @@ static char* get_input(void)
return (input);
}
bool silent_yes()
bool silent_yes(void)
{
bool outcome = false;