summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c
index c92e8173fc..e69880fb40 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -229,7 +229,9 @@ bool clean_shutdown(void)
229#ifdef SIMULATOR 229#ifdef SIMULATOR
230 exit(0); 230 exit(0);
231#else 231#else
232#ifndef IRIVER_H100
232 if(!charger_inserted()) 233 if(!charger_inserted())
234#endif
233 { 235 {
234 lcd_clear_display(); 236 lcd_clear_display();
235 splash(0, true, str(LANG_SHUTTINGDOWN)); 237 splash(0, true, str(LANG_SHUTTINGDOWN));