[ALSA] korg1212: fix typo

KORG1212 driver
Add a missing comma that made the stateName array one entry too short.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Esse commit está contido em:
Clemens Ladisch
2005-10-04 08:42:10 +02:00
commit de Jaroslav Kysela
commit 315e3bd717
+1 -1
Ver Arquivo
@@ -442,7 +442,7 @@ static char* stateName[] = {
"Setup for play",
"Playing",
"Monitor mode on",
"Calibrating"
"Calibrating",
"Invalid"
};