From 0ec97339aee7b39f4c4fd846a91afcccf658ea7f Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 1 Jul 2005 16:22:56 +0000 Subject: Check for features, not for models. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6966 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/misc.c') diff --git a/apps/misc.c b/apps/misc.c index bc2df3a..055bcd2 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -278,7 +278,7 @@ bool clean_shutdown(void) #ifdef SIMULATOR exit(0); #else -#ifndef IRIVER_H100 +#ifndef HAVE_POWEROFF_WHILE_CHARGING if(!charger_inserted()) #endif { -- cgit v1.1