aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev.c')
-rw-r--r--src/evdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c
index c826fa0..13f81b0 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -133,7 +133,7 @@ static Atom prop_btn_label = 0;
#endif
static uint16_t
-remapKey(EvdevPtr ev, uint16_t code)
+remapKey(EvdevPtr ev, uint16_t code)
{
uint8_t slice=code/256;
uint8_t offs=code%256;