diff options
Diffstat (limited to 'input-keys.c')
-rw-r--r-- | input-keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input-keys.c b/input-keys.c index d6f48e6c..c2f2fe19 100644 --- a/input-keys.c +++ b/input-keys.c @@ -334,7 +334,7 @@ input_key_cmp(struct input_key_entry *ike1, struct input_key_entry *ike2) /* Look for key in tree. */ static struct input_key_entry * -input_key_get (key_code key) +input_key_get(key_code key) { struct input_key_entry entry = { .key = key }; |