From bffc2bb159d04507e83f75676b7859096b5e5b65 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Sat, 26 Aug 2023 14:38:56 +0300 Subject: remove rogue comment --- tools/example-indexer/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-indexer/main.c b/tools/example-indexer/main.c index adebd6e..f912c80 100644 --- a/tools/example-indexer/main.c +++ b/tools/example-indexer/main.c @@ -255,7 +255,7 @@ static int OutputFunctionUsagesJSON(char *output, FunctionInfo *functions, int f } int main(int argc, char **argv) -{// Maximum number of functions to parse +{ if (argc != 4) { printf("Usage: %s \n", argv[0]); return -1; -- cgit v1.2.3