Add comments to some #endif directives.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25562 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-12-31 16:14:38 +00:00
parent bc6d58fc1d
commit b8ab5e3f36
1 changed files with 4 additions and 3 deletions

View File

@ -132,9 +132,10 @@ void mp_msg(int mod, int lev, const char *format, ... );
# else
# define mp_dbg(mod,lev, ... ) /* only useful for developers */
# endif
#endif
#endif /* __GNUC__ */
const char* filename_recode(const char* filename);
#endif
#endif
#endif /* TARGET_OS2 */
#endif /* MP_MSG_H */