Update menu.c

This commit is contained in:
Ray The Fox 2024-08-04 19:09:26 -03:00
parent 697806c41d
commit 80244dfe6b

2
menu.c
View file

@ -970,7 +970,7 @@ static int scandir_filter(const struct dirent *ent)
if (strcasecmp(ext, filter[i]) == 0)
return 1;
return 0;
return 1;
}
static int dirent_seek_char(struct dirent **namelist, int len, int sel, char c)