diff options
Diffstat (limited to 'apps/misc.c')
| -rw-r--r-- | apps/misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c index c92e817..e69880f 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -229,7 +229,9 @@ bool clean_shutdown(void) #ifdef SIMULATOR exit(0); #else +#ifndef IRIVER_H100 if(!charger_inserted()) +#endif { lcd_clear_display(); splash(0, true, str(LANG_SHUTTINGDOWN)); |