From 3a1b4815b03f301df503f71460aab53800514fcc Mon Sep 17 00:00:00 2001 From: Joel Teichroeb Date: Sat, 11 Dec 2010 21:08:53 -0800 Subject: [PATCH] Fixed a small typo --- wayland/wayland-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland/wayland-server.c b/wayland/wayland-server.c index 8cc2eae5..677d85ab 100644 --- a/wayland/wayland-server.c +++ b/wayland/wayland-server.c @@ -191,7 +191,7 @@ wl_client_connection_update(struct wl_connection *connection, if (mask & WL_CONNECTION_WRITABLE) emask |= WL_EVENT_WRITEABLE; - return wl_event_source_fd_update(client->source, mask); + return wl_event_source_fd_update(client->source, emask); } WL_EXPORT struct wl_display * -- 2.34.1