summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 66a163ab8e..6d25203eac 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -395,8 +395,7 @@ static int showdir(void)
395 offset = (line_height - 8) / 2; 395 offset = (line_height - 8) / 2;
396 lcd_bitmap(icon, 396 lcd_bitmap(icon,
397 CURSOR_X * 6 + CURSOR_WIDTH, 397 CURSOR_X * 6 + CURSOR_WIDTH,
398 MARGIN_Y+(i-start)*line_height + offset, 398 MARGIN_Y+(i-start)*line_height + offset, 6, 8);
399 6, 8, true);
400#else 399#else
401 if (icon < 0 ) 400 if (icon < 0 )
402 icon = Unknown; 401 icon = Unknown;