evdev: Remove double-semicolon

Signed-off-by: Carlos Garnacho <carlosg@gnome.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Carlos Garnacho 2014-12-08 10:46:54 +01:00 committed by Peter Hutterer
parent 06e2f522a4
commit ccdf5aef6b

View file

@ -2031,7 +2031,7 @@ evdev_device_remove(struct evdev_device *device)
struct libinput_device *dev;
list_for_each(dev, &device->base.seat->devices_list, link) {
struct evdev_device *d = (struct evdev_device*)dev;;
struct evdev_device *d = (struct evdev_device*)dev;
if (dev == &device->base)
continue;