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 13547ee2b1..578225a540 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -237,7 +237,6 @@ bool dirbrowse(char *root)
237 lcd_putsxy(0,0, "[Browse]",0); 237 lcd_putsxy(0,0, "[Browse]",0);
238 lcd_setmargins(0,MARGIN_Y); 238 lcd_setmargins(0,MARGIN_Y);
239 lcd_setfont(0); 239 lcd_setfont(0);
240}
241#endif 240#endif
242 memcpy(currdir,root,sizeof(currdir)); 241 memcpy(currdir,root,sizeof(currdir));
243 242