On Wednesday, 2017-05-10 13:48:00 +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer <[email protected]>
This series is Reviewed-by: Eric Engestrom <[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}, I'm sending a patch to change the code using this to use ARRAY_SIZE() instead, based on top of this patch. > }; > > static inline bool > -- > 2.12.2 > _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
