summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-27 23:08:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-27 23:08:18 +0000
commitd54bf53e0f0530cce513bc73d9a8c407ff2211c6 (patch)
tree41a15ffcc00d42c0bebb3a000ff8c6bad68a76fc /input
parentcf59dbbd17c088d0b3f9dde569985e61257c471c (diff)
downloadmpv-d54bf53e0f0530cce513bc73d9a8c407ff2211c6.tar.bz2
mpv-d54bf53e0f0530cce513bc73d9a8c407ff2211c6.tar.xz
Add comments to some preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23683 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-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 */