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