Commit 1b54fac7 authored by Rafaël Carré's avatar Rafaël Carré

typo

parent a52263a7
...@@ -213,7 +213,7 @@ static void Run( intf_thread_t *p_intf ) ...@@ -213,7 +213,7 @@ static void Run( intf_thread_t *p_intf )
p_intf->p_sys->b_need_update = VLC_FALSE; p_intf->p_sys->b_need_update = VLC_FALSE;
p_playlist = pl_Yield( p_intf ); p_playlist = pl_Yield( p_intf );
if( !playlist_isEmpty( p_playlist ) ) if( !playlist_IsEmpty( p_playlist ) )
{ {
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
continue; continue;
......
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