summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index ed8a5bc..303d486 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -126,7 +126,7 @@ static struct file_type filetypes[MAX_FILETYPES];
static int custom_filetype_icons[MAX_FILETYPES];
static bool custom_icons_loaded = false;
#ifdef HAVE_LCD_COLOR
-static short custom_colors[MAX_FILETYPES];
+static fb_data custom_colors[MAX_FILETYPES];
#endif
static int filetype_count = 0;
static unsigned char heighest_attr = 0;