summaryrefslogtreecommitdiff
path: root/drivers/s390/char/defkeymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/char/defkeymap.c')
-rw-r--r--drivers/s390/char/defkeymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/defkeymap.c b/drivers/s390/char/defkeymap.c
index 9692d6a205e..07c7f31081b 100644
--- a/drivers/s390/char/defkeymap.c
+++ b/drivers/s390/char/defkeymap.c
@@ -152,7 +152,7 @@ char *func_table[MAX_NR_FUNC] = {
struct kbdiacruc accent_table[MAX_DIACR] = {
{'^', 'c', 0003}, {'^', 'd', 0004},
- {'^', 'z', 0032}, {'^', 0012', 0000},
+ {'^', 'z', 0032}, {'^', 0012, 0000},
};
unsigned int accent_table_size = 4;