summaryrefslogtreecommitdiffstats
path: root/input/joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/joystick.c')
-rw-r--r--input/joystick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/joystick.c b/input/joystick.c
index 772b097364..b49214c95c 100644
--- a/input/joystick.c
+++ b/input/joystick.c
@@ -90,7 +90,7 @@ int mp_input_joystick_init(char* dev) {
return fd;
}
-int mp_input_joystick_read(int fd) {
+int mp_input_joystick_read(void *ctx, int fd) {
struct js_event ev;
int l=0;