From: Takashi Iwai Date: Tue, 21 Mar 2006 11:14:54 +0000 (+0000) Subject: Add missing comma X-Git-Tag: v1.0.11rc4~3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8e821d4fee230938bc6ed448b665eee4cc931eeb;p=alsa-utils.git Add missing comma Add a missing comma in the last fix... --- diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c index f48b5dc..82df997 100644 --- a/speaker-test/speaker-test.c +++ b/speaker-test/speaker-test.c @@ -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"