Fixed a small typo

This commit is contained in:
Joel Teichroeb
2010-12-11 21:08:53 -08:00
committed by Kristian Høgsberg
parent ab1862d68a
commit 3a1b4815b0
+1 -1
View File
@@ -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 *