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

Cosmetic fix

parent e62d405c
......@@ -80,7 +80,7 @@ static void PrintMsg ( vlc_object_t *, msg_item_t * );
void __msg_Create( vlc_object_t *p_this )
{
vlc_mutex_init( p_this, &(p_this->p_libvlc->msg_bank.lock) );
#define QUEUE_INIT(i) \
vlc_mutex_init( p_this, &QUEUE(i).lock ); \
QUEUE(i).b_overflow = VLC_FALSE; \
......
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