[wayland] Remove useless semicolon.

Carlos Olmedo Escobar carlos.olmedo.e at gmail.com
Tue Nov 11 18:19:03 PST 2014


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



More information about the wayland-devel mailing list