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:
Thomas Martitz 2011-06-20 19:33:08 +00:00
parent 1a86aab1a2
commit ffee46a8b1

View file

@ -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*);