From 2d0cb077c3cff7ac2269d1976395d9806f373335 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Sun, 17 Jun 2007 23:12:39 +0000 Subject: Shrink binsize by using shorts instead of ints for colors git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13660 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/filetypes.c b/apps/filetypes.c index 89933c8774..ed8a5bc9e7 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 int custom_colors[MAX_FILETYPES]; +static short custom_colors[MAX_FILETYPES]; #endif static int filetype_count = 0; static unsigned char heighest_attr = 0; -- cgit v1.2.3