diff --git a/frontend/frontend.c b/frontend/frontend.c index 3c02ab9dc4..70335b6e2c 100644 --- a/frontend/frontend.c +++ b/frontend/frontend.c @@ -154,7 +154,7 @@ static void history_playlist_push(content_playlist_t *playlist, { char tmp[PATH_MAX]; - if (!playlist || !g_extern.libretro_dummy || !info) + if (!playlist || g_extern.libretro_dummy || !info) return; /* path can be relative here.