From 182d786cb119bae2692a1ab0346c46547087a994 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 27 Jul 2003 22:50:54 +0000 Subject: Fixed build error: UCL files are only supported on recorders so far. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3898 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/tree.c b/apps/tree.c index eac19a3f91..b0f6674ea5 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -497,9 +497,11 @@ static int showdir(char *path, int start) icon_type = Mod_Ajz; break; +#ifdef HAVE_LCD_BITMAP case TREE_ATTR_UCL: icon_type = Flashfile; break; +#endif case TREE_ATTR_ROCK: icon_type = Plugin; -- cgit v1.2.3