From: Clément Stenac Date: Wed, 4 Jan 2006 23:22:24 +0000 (+0000) Subject: Forgot this file X-Git-Tag: 0.9.0-test0~12789 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a5a5d46653b45091036a8dc00f2b8f1bbca39572;hp=489a542935cbe568393181afe10e3d4a045f6c7f;p=vlc Forgot this file --- diff --git a/include/vlc_messages.h b/include/vlc_messages.h index 873e00b625..32328ed223 100644 --- a/include/vlc_messages.h +++ b/include/vlc_messages.h @@ -111,7 +111,7 @@ struct msg_subscription_t *****************************************************************************/ VLC_EXPORT( void, __msg_Generic, ( vlc_object_t *, int, int, const char *, const char *, ... ) ATTRIBUTE_FORMAT( 5, 6 ) ); VLC_EXPORT( void, __msg_GenericVa, ( vlc_object_t *, int, int, const char *, const char *, va_list args ) ); -#define msg_GenericVa(a, b, c, d, e),f __msg_GenericVa(VLC_OBJECT(a), b, c, d, e,f) +#define msg_GenericVa(a, b, c, d, e,f) __msg_GenericVa(VLC_OBJECT(a), b, c, d, e,f) VLC_EXPORT( void, __msg_Info, ( vlc_object_t *, const char *, ... ) ATTRIBUTE_FORMAT( 2, 3 ) ); VLC_EXPORT( void, __msg_Err, ( vlc_object_t *, const char *, ... ) ATTRIBUTE_FORMAT( 2, 3 ) ); VLC_EXPORT( void, __msg_Warn, ( vlc_object_t *, const char *, ... ) ATTRIBUTE_FORMAT( 2, 3 ) );