summaryrefslogtreecommitdiffstats
path: root/input/joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/joystick.c')
-rw-r--r--input/joystick.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/joystick.c b/input/joystick.c
index b1b9f661fb..312cd90f4d 100644
--- a/input/joystick.c
+++ b/input/joystick.c
@@ -146,7 +146,7 @@ int mp_input_joystick_read(int fd) {
return MP_INPUT_NOTHING;
}
-#else
+#else /* TARGET_LINUX */
// dummy function
@@ -159,4 +159,4 @@ int mp_input_joystick_read(int fd) {
return MP_INPUT_NOTHING;
}
-#endif
+#endif /* TARGET_LINUX */