[PATCH] Fixed a small typo

Joel Teichroeb joel at teichroeb.net
Sat Dec 11 21:08:53 PST 2010


---
 wayland/wayland-server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wayland/wayland-server.c b/wayland/wayland-server.c
index 8cc2eae..677d85a 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 *
-- 
1.7.3.3



More information about the wayland-devel mailing list