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 303d4863b9..89933c8774 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -126,7 +126,7 @@ static struct file_type filetypes[MAX_FILETYPES];
126static int custom_filetype_icons[MAX_FILETYPES]; 126static int custom_filetype_icons[MAX_FILETYPES];
127static bool custom_icons_loaded = false; 127static bool custom_icons_loaded = false;
128#ifdef HAVE_LCD_COLOR 128#ifdef HAVE_LCD_COLOR
129static fb_data custom_colors[MAX_FILETYPES]; 129static int custom_colors[MAX_FILETYPES];
130#endif 130#endif
131static int filetype_count = 0; 131static int filetype_count = 0;
132static unsigned char heighest_attr = 0; 132static unsigned char heighest_attr = 0;