mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -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) {
|
||||
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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue