From d54bf53e0f0530cce513bc73d9a8c407ff2211c6 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 27 Jun 2007 23:08:18 +0000 Subject: Add comments to some preprocessor directives. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23683 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/joystick.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input') 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 */ -- cgit v1.2.3