aboutsummaryrefslogtreecommitdiffstats
path: root/android/protocol/user-events-impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/protocol/user-events-impl.c')
-rw-r--r--android/protocol/user-events-impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/protocol/user-events-impl.c b/android/protocol/user-events-impl.c
index 5c9525e..7df820e 100644
--- a/android/protocol/user-events-impl.c
+++ b/android/protocol/user-events-impl.c
@@ -90,7 +90,7 @@ _userEventsImpl_io_func(void* opaque, int fd, unsigned events)
ueimpl = (UserEventsImpl*)opaque;
// Read whatever is expected from the socket.
- status = asyncReader_read(&ueimpl->user_events_reader, &ueimpl->io);
+ status = asyncReader_read(&ueimpl->user_events_reader);
switch (status) {