diff options
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 |