Add comments to some preprocessor directives.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23683 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-06-27 23:08:18 +00:00
parent cf59dbbd17
commit d54bf53e0f
1 changed files with 2 additions and 2 deletions

View File

@ -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 */