Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Aug 12, 2024
1 parent 59ea0da commit e3f7098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/optargpm.h
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,8 @@ OPTARGS *opt_parse(int argc, char **argv, const char *flags, const char *keys,
for (/* empty */; i < argc; i++) {
if ('-' == argv[i][0]) {
free(o);
fprintf(stderr, "Minus options must come first, then the plus options\n");
fprintf(stderr,
"Minus options must come first, then the plus options\n");
return nullptr;
}

Expand Down

0 comments on commit e3f7098

Please sign in to comment.