diff --git a/src/commands.c b/src/commands.c index fb7baf2..ab9fc44 100644 --- a/src/commands.c +++ b/src/commands.c @@ -25,7 +25,7 @@ struct f2b_cmd_t { .help = "Command response, used internally", }, [CMD_HELP] = { - .argc = 0, tokenc = 1, + .argc = 0, .tokenc = 1, .tokens = { "help", NULL }, .help = "Show available commands", },