Skip to content

Commit

Permalink
wildmidi.c: removed a stale comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Mar 31, 2024
1 parent 4923dae commit d5ae2e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/player/wildmidi.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
#include <getopt.h>
#endif

#include "wildmidi_lib.h"

#include "wildplay.h"
#include "filenames.h"
#include "wm_tty.h"
#include "wildmidi_lib.h"

/* available outputs */
static const audiodrv_info *available_outputs[] = {
Expand Down Expand Up @@ -240,7 +241,7 @@ static struct option const long_options[] = {
{ "mastervol", 1, 0, 'm' },
{ "config", 1, 0, 'c' },
#if defined(AUDIODRV_OSS) || defined(AUDIODRV_ALSA)
{ "device", 1, 0, 'd' }, /* treated the same as --wavout, keeping here for compat. */
{ "device", 1, 0, 'd' },
#endif
{ "wavout", 1, 0, 'o' },
{ "tomidi", 1, 0, 'x' },
Expand Down

0 comments on commit d5ae2e4

Please sign in to comment.