]> git.alsa-project.org Git - alsa-tools.git/commitdiff
ac3dec - Add missing -H option
authorTakashi Iwai <tiwai@suse.de>
Fri, 24 Oct 2008 09:44:08 +0000 (11:44 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 24 Oct 2008 09:44:08 +0000 (11:44 +0200)
The option -H was missing in getopt argument.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
ac3dec/ac3dec.c

index c45148cfd3f6bf23966e2b6079f8e36ac89a155e..293a95ccfb17928752295a4cf487d808e795188f 100644 (file)
@@ -134,7 +134,7 @@ int main(int argc,char *argv[])
        while (1) {
                int c;
 
-               if ((c = getopt_long(argc, argv, "hvc:D:46CPRZ:q", long_option, NULL)) < 0)
+               if ((c = getopt_long(argc, argv, "hvc:D:46HCPRZ:q", long_option, NULL)) < 0)
                        break;
                switch (c) {
                case 'h':