summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index b0c226c433..e44d66d102 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -152,7 +152,6 @@ static int showdir(char *path, int start)
152 lcd_putsxy(0,0, "[Browse]",0); 152 lcd_putsxy(0,0, "[Browse]",0);
153 lcd_setmargins(0,MARGIN_Y); 153 lcd_setmargins(0,MARGIN_Y);
154 lcd_setfont(0); 154 lcd_setfont(0);
155 lcd_update();
156#endif 155#endif
157 156
158 for ( i=start; i < start+TREE_MAX_ON_SCREEN; i++ ) { 157 for ( i=start; i < start+TREE_MAX_ON_SCREEN; i++ ) {