diff options
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/keymap/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/keymap/keymap.c b/src/udev/keymap/keymap.c index 27aaf6b670..ae0a19d3a3 100644 --- a/src/udev/keymap/keymap.c +++ b/src/udev/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" |