]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fixed small bug..
authorJaroslav Kysela <perex@perex.cz>
Thu, 25 Nov 1999 11:24:22 +0000 (11:24 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 25 Nov 1999 11:24:22 +0000 (11:24 +0000)
alsactl/alsactl_parser.y

index 7e062e5ebc794ca8e9ad6412a44a7949da7a4b9e..ed000e3c757a302889027fd0836675f1dcc06c7a 100644 (file)
@@ -143,7 +143,7 @@ line        : L_SOUNDCARD '(' string { build_soundcard($3); }
        | error                 { yyerror("unknown keyword in top level"); }
        ;
 
-soundcards : soundcard
+soundcards :
        | soundcards soundcard
        ;