]> git.sesse.net Git - vlc/commitdiff
typo
authorRafaël Carré <funman@videolan.org>
Tue, 11 Mar 2008 18:50:17 +0000 (19:50 +0100)
committerRafaël Carré <funman@videolan.org>
Tue, 11 Mar 2008 18:50:17 +0000 (19:50 +0100)
src/playlist/control.c

index 880bdfde79b494524184be300e20b06dff8abcc7..2e734a608aa76cdef368f25637c434cb857e9fe0 100644 (file)
@@ -215,7 +215,7 @@ int playlist_AskForArtEnqueue( playlist_t *p_playlist,
                  p_playlist->p_fetcher->i_waiting,
                  i, p );
     vlc_object_signal_unlocked( p_playlist->p_fetcher );
-    vlc_obj_unlock( p_playlist->p_fetcher );
+    vlc_object_unlock( p_playlist->p_fetcher );
     return VLC_SUCCESS;
 }