From 66c006d1d803661bce4a9505ed3b50e3318d6468 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Tue, 26 May 2015 09:06:02 +0200 Subject: [PATCH] (core_info.c) Buildfix --- core_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_info.c b/core_info.c index 50f47791b9..836c440e55 100644 --- a/core_info.c +++ b/core_info.c @@ -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)