diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2013-01-21 09:07:04 +1100 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2013-01-21 09:07:04 +1100 |
commit | 3b6b5130c90fb25325dcea0ed76db7cf060f2ff6 (patch) | |
tree | a7b2240c006cca8c60ed25e0a6ed9e02be22ba23 /apps/filetypes.c | |
parent | 70595a278a7bc7b2543f498bda4ddad84a7f7536 (diff) |
fix yellow
Change-Id: I269c1c3caa57ba3f0368f58da9501fc29be3dc0c
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r-- | apps/filetypes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c index 637bda458a..2d871a8dfe 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -179,7 +179,7 @@ static bool custom_icons_loaded = false; static int custom_colors[MAX_FILETYPES]; #endif struct filetype_unknown { - enum themable_icons icon; + int icon; #ifdef HAVE_LCD_COLOR int color; #endif |