From 3cecdcdd7dbce98564ff773b0fb4315d1bba7dac Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 28 Feb 2017 10:55:39 +0100 Subject: [PATCH] Cleanups --- list_special.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/list_special.c b/list_special.c index 08bf7d59cb..65e5278be6 100644 --- a/list_special.c +++ b/list_special.c @@ -99,9 +99,9 @@ struct string_list *dir_list_new_special(const char *input_dir, core_info_list_t *list = NULL; core_info_get_list(&list); - dir = input_dir; + dir = input_dir; - if (exts && list) + if (list) exts = list->all_ext; recursive = true; }