Fix 'value stored to variable 'playlist' is never read' warning

This commit is contained in:
Twinaphex 2016-06-15 17:07:10 +02:00
parent 8e1e20fc5d
commit 177c96a382

View File

@ -573,7 +573,7 @@ static int action_ok_playlist_entry_collection(const char *path,
size_t selection;
menu_content_ctx_playlist_info_t playlist_info;
size_t selection_ptr = 0;
playlist_t *playlist = g_defaults.history;
playlist_t *playlist = NULL;
bool is_history = true;
const char *entry_path = NULL;
const char *entry_label = NULL;