From a0dde10cb61ec2c320103a215172841de636bd03 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 30 Mar 2020 14:56:26 -0400 Subject: Add text macros --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.c') diff --git a/command.c b/command.c index 914e6cd..8782ee6 100644 --- a/command.c +++ b/command.c @@ -505,7 +505,7 @@ void command(uint id, char *input) { handler->fn(id, input); } -void commandComplete(void) { +void commandCompleteAdd(void) { for (size_t i = 0; i < ARRAY_LEN(Commands); ++i) { completeAdd(None, Commands[i].cmd, Default); } -- cgit 1.4.1