Skip to content

Commit 3249563

Browse files
committed
hdspmixer: correct string delimiter in labels_aio_ss_input
Closes: #10 Signed-off-by: Jaroslav Kysela <[email protected]>
1 parent 837033a commit 3249563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdspmixer/src/HDSPMixerOutput.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static char const *labels_aio_ss_input[18] = {
9393
"AES.L", "AES.R",
9494
"A 1", "A 2", "A 3", "A 4",
9595
"A 5", "A 6", "A 7", "A 8",
96-
"AEB 1", "AEB 2", "AEB 3," "AEB 4"
96+
"AEB 1", "AEB 2", "AEB 3", "AEB 4"
9797
};
9898

9999
static char const *labels_aio_ss_playback[20] = {

0 commit comments

Comments
 (0)