Add ANSI prototype,

This commit is contained in:
Eric S. Raymond 2023-03-11 10:40:01 -05:00
parent ba3248224e
commit 1652df4540

2
main.c
View file

@ -1074,7 +1074,7 @@ static bool do_move(void)
return true;
}
static bool do_command()
static bool do_command(void)
/* Get and execute a command */
{
static command_t command;