summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c2
1 files changed, 2 insertions, 0 deletions
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)
497 icon_type = Mod_Ajz; 497 icon_type = Mod_Ajz;
498 break; 498 break;
499 499
500#ifdef HAVE_LCD_BITMAP
500 case TREE_ATTR_UCL: 501 case TREE_ATTR_UCL:
501 icon_type = Flashfile; 502 icon_type = Flashfile;
502 break; 503 break;
504#endif
503 505
504 case TREE_ATTR_ROCK: 506 case TREE_ATTR_ROCK:
505 icon_type = Plugin; 507 icon_type = Plugin;