summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 4002e94703..ead389f145 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -81,8 +81,8 @@ static struct
81 { ".rock",TREE_ATTR_ROCK,Plugin }, 81 { ".rock",TREE_ATTR_ROCK,Plugin },
82#ifdef HAVE_LCD_BITMAP 82#ifdef HAVE_LCD_BITMAP
83 { ".fnt", TREE_ATTR_FONT,Font }, 83 { ".fnt", TREE_ATTR_FONT,Font },
84 { ".ch8", TREE_ATTR_CH8, -1 }, 84 { ".ch8", TREE_ATTR_CH8, Chip8 },
85 { ".rvf", TREE_ATTR_RVF, Text }, 85 { ".rvf", TREE_ATTR_RVF, Video },
86#endif 86#endif
87#ifndef SIMULATOR 87#ifndef SIMULATOR
88#ifdef HAVE_LCD_BITMAP 88#ifdef HAVE_LCD_BITMAP