Address GitLab issue #34: static char* get_input() is not a prototype
This commit is contained in:
parent
609159ad6d
commit
6718c57d49
1 changed files with 1 additions and 1 deletions
2
misc.c
2
misc.c
|
@ -200,7 +200,7 @@ static int word_count(char* str)
|
|||
return (count);
|
||||
}
|
||||
|
||||
static char* get_input()
|
||||
static char* get_input(void)
|
||||
{
|
||||
// Set up the prompt
|
||||
char input_prompt[] = "> ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue