mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04:00
ac3dec - Add missing -H option
The option -H was missing in getopt argument. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3941d472b2
commit
b34b15d39f
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ int main(int argc,char *argv[])
|
||||||
while (1) {
|
while (1) {
|
||||||
int c;
|
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;
|
break;
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 'h':
|
case 'h':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue