# HG changeset patch # User diego # Date 1182985698 0 # Node ID 4427d50d113ff607e5658fed5b3e7a6488b001ee # Parent 5c5fb6af79d1d1b13f6961a37f782cc5e3be9290 Add comments to some preprocessor directives. diff -r 5c5fb6af79d1 -r 4427d50d113f input/joystick.c --- 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 */