1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-24 09:40:07 +00:00

(Vita) Buildfix

This commit is contained in:
twinaphex 2015-08-30 18:51:35 +02:00
parent 2743096c96
commit b03a0f4781

@ -281,7 +281,7 @@ error:
is_dir = PSP2_S_ISDIR(entry.d_stat.st_mode);
ret = parse_dir_entry(name, file_path, is_dir,
include_dirs, include_compressed, list, ext_list, file_ext);
include_dirs, list, ext_list, file_ext);
if (ret == -1)
{