mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
fix yellow
Change-Id: I269c1c3caa57ba3f0368f58da9501fc29be3dc0c
This commit is contained in:
parent
70595a278a
commit
3b6b5130c9
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ static bool custom_icons_loaded = false;
|
||||||
static int custom_colors[MAX_FILETYPES];
|
static int custom_colors[MAX_FILETYPES];
|
||||||
#endif
|
#endif
|
||||||
struct filetype_unknown {
|
struct filetype_unknown {
|
||||||
enum themable_icons icon;
|
int icon;
|
||||||
#ifdef HAVE_LCD_COLOR
|
#ifdef HAVE_LCD_COLOR
|
||||||
int color;
|
int color;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue