From 2b98c7c3e9029b0bc5ee9197dbd9a5e9eb7e579c Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Fri, 14 Mar 2025 18:39:41 +0100 Subject: [PATCH] oops, again --- src/ascii_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ascii_cmd.c b/src/ascii_cmd.c index e4279f1..de5982a 100644 --- a/src/ascii_cmd.c +++ b/src/ascii_cmd.c @@ -326,7 +326,7 @@ static const command_handler_t commands_eq7[] = { {"GRPSEQ", handle_grpseq, 6} }; -static const command_handler_t commands_eq7[] = { +static const command_handler_t commands_eq8[] = { {"SHORTRT", handle_shortrt, 7} };