changeset 23663:4427d50d113f

Add comments to some preprocessor directives.
author diego
date Wed, 27 Jun 2007 23:08:18 +0000
parents 5c5fb6af79d1
children f19f12214991
files input/joystick.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/input/joystick.c	Wed Jun 27 23:04:36 2007 +0000
+++ b/input/joystick.c	Wed Jun 27 23:08:18 2007 +0000
@@ -146,7 +146,7 @@
   return MP_INPUT_NOTHING;
 }
 
-#else
+#else /* TARGET_LINUX */
 
 // dummy function
 
@@ -159,4 +159,4 @@
   return MP_INPUT_NOTHING;
 }
 
-#endif
+#endif /* TARGET_LINUX */