This commit is contained in:
twinaphex 2016-02-03 14:41:39 +01:00
parent 47fc8fe3c0
commit 48e83ba02a

View File

@ -22,9 +22,7 @@
struct string_list *dir_list_new_special(const char *input_dir, enum dir_list_type type, const char *filter)
{
#ifdef HAVE_DYLIB
char ext_name[PATH_MAX_LENGTH];
#endif
const char *dir = NULL;
const char *exts = NULL;
bool include_dirs = false;