aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/evdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c
index c53e3af..048315f 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -1892,7 +1892,7 @@ EvdevInitProperty(DeviceIntPtr dev)
atom = XIGetKnownProperty(labels[axis]);
if (!atom) /* Should not happen */
- atom = XIGetKnownProperty(misc_label);
+ continue;
atoms[pEvdev->axis_map[axis]] = atom;
}