diff options
| author | Rokas Puzonas <[email protected]> | 2023-08-26 14:38:56 +0300 |
|---|---|---|
| committer | Rokas Puzonas <[email protected]> | 2023-08-26 14:38:56 +0300 |
| commit | bffc2bb159d04507e83f75676b7859096b5e5b65 (patch) | |
| tree | 29286add23b5e6df2cac2a7e574f0676e062807a /tools | |
| parent | 9180122b48374dc585eaa0e7e8a59ad75ffa4e40 (diff) | |
| download | raylib.com-bffc2bb159d04507e83f75676b7859096b5e5b65.tar.gz raylib.com-bffc2bb159d04507e83f75676b7859096b5e5b65.zip | |
remove rogue comment
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/example-indexer/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <raylib-src-dir> <examples-dir> <output-file>\n", argv[0]); return -1; |
