From: Eric S. Raymond Date: Sat, 11 Mar 2023 15:40:01 +0000 (-0500) Subject: Add ANSI prototype, X-Git-Tag: 1.15~65 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=1652df4540a1de0678b6d572310861b07d701299 Add ANSI prototype, --- diff --git a/main.c b/main.c index 371b3b6..7a6c6c8 100644 --- a/main.c +++ b/main.c @@ -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;