tidy
This commit is contained in:
parent
9e2eb10f56
commit
07720acd4b
3 changed files with 5 additions and 4 deletions
|
|
@ -791,7 +791,6 @@ static Array* getEntries(char* path){
|
|||
char full_path[256];
|
||||
sprintf(full_path, "%s/", ROMS_PATH);
|
||||
tmp = full_path + strlen(full_path);
|
||||
LOG_info("%s\n", full_path);
|
||||
// while loop so we can collate paths, see above
|
||||
while((dp = readdir(dh)) != NULL) {
|
||||
if (hide(dp->d_name)) continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue