From 9d11b78a36d2c8fee39f51924f9af81b663a122c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 14 Nov 2006 16:12:54 +0000 Subject: ..and remove 'c' from getopt args too --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit