summaryrefslogtreecommitdiff
path: root/apps/osc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/osc.c')
-rw-r--r--apps/osc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/osc.c b/apps/osc.c
index 887684d..5d656b9 100644
--- a/apps/osc.c
+++ b/apps/osc.c
@@ -81,7 +81,7 @@ int osc_get_poll_fds(osc_t* o, struct pollfd *pfds, int npfds)
return 0;
}
-int osc_handle_revents(osc_t* o, struct pollfd *pfds, int npfds)
+int osc_handle_revents(osc_t* o, struct pollfd *pfds, int npfds, mixer_t* x)
{
assert(npfds == 1);