Mercurial > mplayer.hg
changeset 25534:ed0cfc9e60cb
Add comments to some #endif directives.
author | diego |
---|---|
date | Mon, 31 Dec 2007 16:14:38 +0000 |
parents | 27f83299cadf |
children | 3baf6a2283da |
files | mp_msg.h |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mp_msg.h Mon Dec 31 16:06:14 2007 +0000 +++ b/mp_msg.h Mon Dec 31 16:14:38 2007 +0000 @@ -132,9 +132,10 @@ # 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 */