Skip to content

Commit

Permalink
Merge pull request #125 from returnDanilo/patch-2
Browse files Browse the repository at this point in the history
fix --stereo-width option not working
  • Loading branch information
zevv authored Feb 3, 2024
2 parents 34540b2 + 9e4a41e commit ac54286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static const struct option long_opts[] = {
{ "mute-keycode", required_argument, NULL, 'm' },
{ "mute", no_argument, NULL, 'M' },
{ "audio-path", required_argument, NULL, 'p' },
{ "stereo-width", required_argument, NULL, 'w' },
{ "stereo-width", required_argument, NULL, 's' },
{ "no-click", no_argument, NULL, 'c' },
{ "verbose", no_argument, NULL, 'v' },
{ 0, 0, 0, 0 }
Expand Down

0 comments on commit ac54286

Please sign in to comment.