diff options
Diffstat (limited to 'apps/osc.c')
-rw-r--r-- | apps/osc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |