Commit 9c026ec4 authored by Jean-Paul Saman's avatar Jean-Paul Saman

return -1 in a non-void function

parent 4896c114
...@@ -229,6 +229,7 @@ int playlist_DeleteFromInput( playlist_t *p_playlist, int i_input_id, ...@@ -229,6 +229,7 @@ int playlist_DeleteFromInput( playlist_t *p_playlist, int i_input_id,
p_root->pp_children[i], b_do_stop ); p_root->pp_children[i], b_do_stop );
} }
} }
return -1;
} }
/** Remove a playlist item from the playlist, given its id */ /** Remove a playlist item from the playlist, given its id */
......
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