[PATCH] evdev: Remove double-semicolon

Peter Hutterer peter.hutterer at who-t.net
Mon Dec 8 04:20:55 PST 2014


On Mon, Dec 08, 2014 at 10:46:54AM +0100, Hans de Goede wrote:
> From: Carlos Garnacho <carlosg at gnome.org>
> 
> Signed-off-by: Carlos Garnacho <carlosg at gnome.org>

pushed, thanks. fwiw, you can push patches like this directly to the repo, I
don't think they'll trigger big discussions on design :)

Cheers,
   Peter

> ---
>  src/evdev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/evdev.c b/src/evdev.c
> index 4490562..c8ca384 100644
> --- a/src/evdev.c
> +++ b/src/evdev.c
> @@ -2032,7 +2032,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;
>  
> -- 
> 2.1.0


More information about the wayland-devel mailing list