summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:14:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:14:38 +0000
commitb8ab5e3f3626dc7f46f0392ccd537f538ac81fd1 (patch)
treeb51292c5fae32a7220631e19c1738d5afce47ce4 /mp_msg.h
parentbc6d58fc1da33a4d374561fdc16544a35b9f85bc (diff)
downloadmpv-b8ab5e3f3626dc7f46f0392ccd537f538ac81fd1.tar.bz2
mpv-b8ab5e3f3626dc7f46f0392ccd537f538ac81fd1.tar.xz
Add comments to some #endif directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25562 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 7f958df006..816c10132e 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -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 */