]> git.sesse.net Git - vlc/blobdiff - src/playlist/item.c
return -1 in a non-void function
[vlc] / src / playlist / item.c
index f9fb51589a849f2ce61f2b854edc9eb42908692c..019dc88aec08bda9a69f762d7636ae1945783d37 100644 (file)
@@ -229,6 +229,7 @@ int playlist_DeleteFromInput( playlist_t *p_playlist, int i_input_id,
                                         p_root->pp_children[i], b_do_stop );
         }
     }
+    return -1;
 }
 
 /** Remove a playlist item from the playlist, given its id */