diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/headset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c index dd126814..7e52ca9e 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -647,7 +647,7 @@ int main(int argc, char *argv[]) struct sigaction sa; int opt, daemonize = 1; - while ((opt = getopt(argc, argv, "nc:")) != EOF) { + while ((opt = getopt(argc, argv, "n")) != EOF) { switch (opt) { case 'n': daemonize = 0; |