summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c2
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;
179static int custom_colors[MAX_FILETYPES]; 179static int custom_colors[MAX_FILETYPES];
180#endif 180#endif
181struct filetype_unknown { 181struct filetype_unknown {
182 enum themable_icons icon; 182 int icon;
183#ifdef HAVE_LCD_COLOR 183#ifdef HAVE_LCD_COLOR
184 int color; 184 int color;
185#endif 185#endif