diff --git a/bin/main.c b/bin/main.c index a0f1d6c..d001586 100644 --- a/bin/main.c +++ b/bin/main.c @@ -34,7 +34,7 @@ static struct { } commands[] = { { "print", tabby_command_print }, { "capture", tabby_command_capture }, - { NULL, NULL } + { NULL, NULL } }; int main(int argc, char **argv) {