aboutsummaryrefslogtreecommitdiffstats
path: root/pulsemix.c
diff options
context:
space:
mode:
Diffstat (limited to 'pulsemix.c')
-rw-r--r--pulsemix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pulsemix.c b/pulsemix.c
index 337bdc2..3d2f890 100644
--- a/pulsemix.c
+++ b/pulsemix.c
@@ -364,6 +364,7 @@ int main(int argc, char *argv[])
static const struct option opts[] = {
{ "help", no_argument, 0, 'h' },
{ "sink", required_argument, 0, 's' },
+ { 0, 0, 0, 0 },
};
for (;;) {