summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 698ef5b790..e52a3e5b68 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -827,7 +827,7 @@ static bool dirbrowse(void)
827 } 827 }
828 break; 828 break;
829#endif 829#endif
830#ifndef IRIVER_H100 830#if defined(HAVE_CHARGING) && !defined(IRIVER_H100)
831 case TREE_OFF | BUTTON_REPEAT: 831 case TREE_OFF | BUTTON_REPEAT:
832 if (charger_inserted()) { 832 if (charger_inserted()) {
833 charging_splash(); 833 charging_splash();