Commit 37b18fe0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove useless cast

parent da932222
......@@ -246,7 +246,7 @@ void __msg_GenericVa( vlc_object_t *p_this, int i_queue,
{ \
va_list args; \
va_start( args, psz_format ); \
QueueMsg( (vlc_object_t *)p_this,MSG_QUEUE_NORMAL, FN_TYPE, "unknown", \
QueueMsg( p_this,MSG_QUEUE_NORMAL, FN_TYPE, "unknown", \
psz_format, args ); \
va_end( args ); \
} \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment