From 41e7105fecdb3516a1711003ba3fccdf9d3cfd3d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 7 Aug 2018 22:19:00 -0400 Subject: Remove extraneous slash from unrecognized command --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.c') diff --git a/input.c b/input.c index e8918c9..e4c4672 100644 --- a/input.c +++ b/input.c @@ -97,5 +97,5 @@ void input(char *input) { COMMANDS[i].handler(input); return; } - uiFmt("/%s isn't a recognized command", command); + uiFmt("%s isn't a recognized command", command); } -- cgit 1.4.1