Fixed small bug..

This commit is contained in:
Jaroslav Kysela 1999-11-25 11:24:22 +00:00
parent 55408731f7
commit 96a2ea5e8c

View file

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