aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pulsemix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulsemix.c b/pulsemix.c
index 5245752..7112b6a 100644
--- a/pulsemix.c
+++ b/pulsemix.c
@@ -682,7 +682,7 @@ int main(int argc, char *argv[])
};
for (;;) {
- int opt = getopt_long(argc, argv, "hao:i:", opts, NULL);
+ int opt = getopt_long(argc, argv, "hao::i::", opts, NULL);
if (opt == -1)
break;