mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 21:45:44 +01:00
Fixed small bug..
This commit is contained in:
parent
55408731f7
commit
96a2ea5e8c
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ line : L_SOUNDCARD '(' string { build_soundcard($3); }
|
|||
| error { yyerror("unknown keyword in top level"); }
|
||||
;
|
||||
|
||||
soundcards : soundcard
|
||||
soundcards :
|
||||
| soundcards soundcard
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue