forked from len0rd/rockbox
close the viewers.config file fd
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27014 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
adc9cb1adc
commit
ec7937b2f8
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ static void read_config(char* config_file)
|
||||||
filetypes[filetype_count].icon = Icon_Last_Themeable + atoi(s);
|
filetypes[filetype_count].icon = Icon_Last_Themeable + atoi(s);
|
||||||
filetype_count++;
|
filetype_count++;
|
||||||
}
|
}
|
||||||
|
close(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
int filetype_get_attr(const char* file)
|
int filetype_get_attr(const char* file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue