[MPlayer-cvslog] r25562 - trunk/mp_msg.h
diego
subversion at mplayerhq.hu
Mon Dec 31 17:14:38 CET 2007
Author: diego
Date: Mon Dec 31 17:14:38 2007
New Revision: 25562
Log:
Add comments to some #endif directives.
Modified:
trunk/mp_msg.h
Modified: trunk/mp_msg.h
==============================================================================
--- trunk/mp_msg.h (original)
+++ trunk/mp_msg.h Mon Dec 31 17:14:38 2007
@@ -132,9 +132,10 @@ void mp_msg(int mod, int lev, const char
# 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 */
More information about the MPlayer-cvslog
mailing list