Signed-off-by: Peter Hutterer <[email protected]>
---
 src/evdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/evdev.c b/src/evdev.c
index d24a5646..a2be6fce 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -92,7 +92,7 @@ static const struct evdev_udev_tag_match 
evdev_udev_tag_matches[] = {
        {"ID_INPUT_SWITCH",             EVDEV_UDEV_TAG_SWITCH},
 
        /* sentinel value */
-       { 0 },
+       {0, 0},
 };
 
 static inline bool
-- 
2.12.2

_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to