]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Add missing comma
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2006 11:14:54 +0000 (11:14 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2006 11:14:54 +0000 (11:14 +0000)
Add a missing comma in the last fix...

speaker-test/speaker-test.c

index f48b5dc85ccf81aa52c23a1eb4214d261aa61373..82df9978dddcfd286c83d57fbafd9d8853fa48df 100644 (file)
@@ -570,7 +570,7 @@ static int setup_wav_file(int chn)
     "Front_Right.wav",
     "Rear_Left.wav",
     "Rear_Right.wav",
-    "Front_Center.wav"
+    "Front_Center.wav",
     "Rear_Center.wav", /* FIXME: should be "Bass" or so */
     "Side_Left.wav"
     "Side_Right.wav"