mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
(core_info.c) Buildfix
This commit is contained in:
parent
d33ee0ca90
commit
66c006d1d8
@ -109,7 +109,7 @@ void core_info_get_name(const char *path, char *s, size_t len)
|
||||
struct string_list *contents = dir_list_new_special(NULL, DIR_LIST_CORES);
|
||||
|
||||
if (!contents)
|
||||
return NULL;
|
||||
return;
|
||||
|
||||
core_info_list = (core_info_list_t*)calloc(1, sizeof(*core_info_list));
|
||||
if (!core_info_list)
|
||||
|
Loading…
x
Reference in New Issue
Block a user