[wayland] Remove useless semicolon.
Marek Chalupa
mchqwerty at gmail.com
Wed Nov 12 02:18:18 PST 2014
Yes, this is no-op semicolon.
Reviewed-by: Marek Chalupa <mchqwerty at gmail.com>
On 12 November 2014 03:19, Carlos Olmedo Escobar <carlos.olmedo.e at gmail.com>
wrote:
> Signed-off-by: Carlos Olmedo Escobar <carlos.olmedo.e at gmail.com>
> ---
> src/wayland-server.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/wayland-server.c b/src/wayland-server.c
> index 270e5c7..c40d300 100644
> --- a/src/wayland-server.c
> +++ b/src/wayland-server.c
> @@ -1118,7 +1118,7 @@ wl_socket_init_for_display_name(struct wl_socket *s,
> const char *name)
> * "failed to add socket: Success" */
> errno = ENAMETOOLONG;
> return -1;
> - };
> + }
>
> return 0;
> }
> --
> 2.1.3
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20141112/e41b6b0b/attachment-0001.html>
More information about the wayland-devel
mailing list