From 1652df4540a1de0678b6d572310861b07d701299 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 11 Mar 2023 10:40:01 -0500 Subject: [PATCH] Add ANSI prototype, --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.31.1