]> git.sesse.net Git - vlc/commitdiff
return -1 in a non-void function
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 20 May 2006 11:37:26 +0000 (11:37 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 20 May 2006 11:37:26 +0000 (11:37 +0000)
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 */