Commit 05e5b2ec authored by Clément Stenac's avatar Clément Stenac

Compile fix

parent 57216711
......@@ -327,7 +327,7 @@ static int DisplayPendingAnchor( intf_thread_t *p_intf, vout_thread_t *p_vout )
if( var_Get( p_primary_intf, "intf-displays-cmml-description", &val )
== VLC_SUCCESS )
{
if( val.b_bool == VLC_TRUE ) return TRUE;
if( val.b_bool == VLC_TRUE ) return VLC_TRUE;
}
}
......
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