diff options
-rw-r--r-- | src/keymap/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap/keymap.c b/src/keymap/keymap.c index b350a8cd86..6e345fccd0 100644 --- a/src/keymap/keymap.c +++ b/src/keymap/keymap.c @@ -36,7 +36,7 @@ #include <linux/limits.h> #include <linux/input.h> -const struct key* lookup_key (const char *str, unsigned int len); +static const struct key* lookup_key (const char *str, unsigned int len); #include "keys-from-name.h" #include "keys-to-name.h" |