mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Take out fclose on early return since it was only there for when
playlist is NULL
This commit is contained in:
parent
c6c20ae9b5
commit
9d25947694
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user