mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 14:37:46 -04:00
Update menu.c
This commit is contained in:
parent
697806c41d
commit
80244dfe6b
1 changed files with 1 additions and 1 deletions
2
menu.c
2
menu.c
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue