Skip to content

Commit

Permalink
fix bug #250
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Mar 31, 2024
1 parent d5ae2e4 commit 22b8126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player/wildmidi.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ int main(int argc, char **argv) {

do_version();
while (1) {
i = getopt_long(argc, argv, "0vho:tx:g:P:f:lr:c:m:btak:p:ensi:j:", long_options,
i = getopt_long(argc, argv, "0vho:tx:g:P:f:lr:c:m:btak:p:ed:nsi:j:", long_options,
&option_index);
if (i == -1)
break;
Expand Down

0 comments on commit 22b8126

Please sign in to comment.