Take out fclose on early return since it was only there for when

playlist is NULL
This commit is contained in:
twinaphex 2014-11-29 16:07:05 +01:00
parent c6c20ae9b5
commit 9d25947694

View File

@ -200,9 +200,6 @@ static bool content_playlist_read_file(
if (!file)
{
if (file)
fclose(file);
RARCH_WARN(
"Playlist file does not exist, creating an empty playlist instead... (File: [%s])",
path);