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, 3 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 822172a30c..401d5de2af 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -126,7 +126,9 @@ static int showdir(char *path, int start)
126 lastdir[sizeof(lastdir)-1] = 0; 126 lastdir[sizeof(lastdir)-1] = 0;
127 qsort(dircacheptr,filesindir,sizeof(struct entry*),compare); 127 qsort(dircacheptr,filesindir,sizeof(struct entry*),compare);
128 } 128 }
129 129#ifdef HAVE_NEW_CHARCELL_LCD
130 lcd_double_height(false);
131#endif
130 lcd_clear_display(); 132 lcd_clear_display();
131#ifdef HAVE_LCD_BITMAP 133#ifdef HAVE_LCD_BITMAP
132 lcd_putsxy(0,0, "[Browse]",0); 134 lcd_putsxy(0,0, "[Browse]",0);