Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try fixing the mac problema ...
Browse files Browse the repository at this point in the history
tsjensen committed Jun 8, 2024

Verified

This commit was signed with the committer’s verified signature.
tsjensen Thomas Jensen
1 parent 91f7084 commit 9e7256c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmdline.c
Original file line number Diff line number Diff line change
@@ -861,9 +861,10 @@ opt_t *process_commandline(int argc, char *argv[])
break;

case 'v':
char *remove_me = optarg;
UNUSED(remove_me);
result->version_requested = 1; /* print version number */
return result;
break;

case 'x':
char *s = optarg;

0 comments on commit 9e7256c

Please sign in to comment.