Skip to content

Commit

Permalink
[ALSA] korg1212: fix typo
Browse files Browse the repository at this point in the history
KORG1212 driver
Add a missing comma that made the stateName array one entry too short.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Oct 7, 2005
1 parent f12aa40 commit 315e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/korg1212/korg1212.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ static char* stateName[] = {
"Setup for play",
"Playing",
"Monitor mode on",
"Calibrating"
"Calibrating",
"Invalid"
};

Expand Down

0 comments on commit 315e3bd

Please sign in to comment.