diff --git a/include/intf_msg.h b/include/intf_msg.h index 273bb0d47b..82efd4d75e 100644 --- a/include/intf_msg.h +++ b/include/intf_msg.h @@ -98,8 +98,8 @@ void _intf_DbgMsgImm ( char *psz_file, char *psz_function, int i_line, #else /* Non-DEBUG mode */ -#define intf_DbgMsg( format, args... ) ; -#define intf_DbgMsgImm( format, args...) ; +#define intf_DbgMsg( format, args... ) +#define intf_DbgMsgImm( format, args...) #endif