diff options
-rw-r--r-- | pulsemix.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 (;;) { |