diff --git a/src/wayland-server.c b/src/wayland-server.c index 270e5c70..c40d3001 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; }