Fix yellow. Shouldn't have reordered struct members here.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30031 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1a86aab1a2
commit
ffee46a8b1
1 changed files with 1 additions and 1 deletions
|
@ -51,8 +51,8 @@
|
||||||
struct filetype {
|
struct filetype {
|
||||||
char* extension;
|
char* extension;
|
||||||
int tree_attr;
|
int tree_attr;
|
||||||
int voiceclip;
|
|
||||||
enum themable_icons icon;
|
enum themable_icons icon;
|
||||||
|
int voiceclip;
|
||||||
};
|
};
|
||||||
void tree_get_filetypes(const struct filetype**, int*);
|
void tree_get_filetypes(const struct filetype**, int*);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue