Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 315e3bd7 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela
Browse files

[ALSA] korg1212: fix typo



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

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent f12aa40c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@ static char* stateName[] = {
                        "Setup for play",
                        "Playing",
                        "Monitor mode on",
                        "Calibrating"
			"Calibrating",
                        "Invalid"
};