[MPlayer-cvslog] r23683 - trunk/input/joystick.c

diego subversion at mplayerhq.hu
Thu Jun 28 01:08:18 CEST 2007


Author: diego
Date: Thu Jun 28 01:08:18 2007
New Revision: 23683

Log:
Add comments to some preprocessor directives.


Modified:
   trunk/input/joystick.c

Modified: trunk/input/joystick.c
==============================================================================
--- trunk/input/joystick.c	(original)
+++ trunk/input/joystick.c	Thu Jun 28 01:08:18 2007
@@ -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 */



More information about the MPlayer-cvslog mailing list