aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 00e6f4cbbe9..d8533b796c3 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -5319,7 +5319,7 @@ make_lispy_event (struct input_event *event)
5319{ 5319{
5320 int i; 5320 int i;
5321 5321
5322 switch (SWITCH_ENUM_CAST (event->kind)) 5322 switch (event->kind)
5323 { 5323 {
5324 /* A simple keystroke. */ 5324 /* A simple keystroke. */
5325 case ASCII_KEYSTROKE_EVENT: 5325 case ASCII_KEYSTROKE_EVENT: