Add ANSI prototype,
This commit is contained in:
parent
ba3248224e
commit
1652df4540
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -1074,7 +1074,7 @@ static bool do_move(void)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool do_command()
|
static bool do_command(void)
|
||||||
/* Get and execute a command */
|
/* Get and execute a command */
|
||||||
{
|
{
|
||||||
static command_t command;
|
static command_t command;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue