Fix a prototype.
This commit is contained in:
parent
6718c57d49
commit
b27f767cc6
1 changed files with 1 additions and 1 deletions
2
misc.c
2
misc.c
|
@ -238,7 +238,7 @@ static char* get_input(void)
|
|||
return (input);
|
||||
}
|
||||
|
||||
bool silent_yes()
|
||||
bool silent_yes(void)
|
||||
{
|
||||
bool outcome = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue