diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-05-10 15:31:06 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-05-10 15:38:16 -0400 |
| commit | 3f10306c6ac67eaccbc11b22eed26f6ce2725bfe (patch) | |
| tree | 948538817d51203173c824c62e90fbe378752080 /src/cli/stasis_indexer/args.c | |
| parent | dfc38629724eb4f6718cb73ff3de108871e377bd (diff) | |
| download | stasis-3f10306c6ac67eaccbc11b22eed26f6ce2725bfe.tar.gz | |
Update SYS* macro calls
Diffstat (limited to 'src/cli/stasis_indexer/args.c')
| -rw-r--r-- | src/cli/stasis_indexer/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/stasis_indexer/args.c b/src/cli/stasis_indexer/args.c index e77c0b7..0d0e9b9 100644 --- a/src/cli/stasis_indexer/args.c +++ b/src/cli/stasis_indexer/args.c @@ -23,7 +23,7 @@ void usage(char *name) { const int maxopts = sizeof(long_options) / sizeof(long_options[0]); char *opts = calloc(maxopts + 1, sizeof(char)); if (!opts) { - SYSERROR("%s", "Unable to allocate memory for options array"); + SYSERROR("Unable to allocate memory for options array"); exit(1); } for (int i = 0; i < maxopts; i++) { |
