diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-07-01 16:22:56 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-07-01 16:22:56 +0000 |
| commit | 0ec97339aee7b39f4c4fd846a91afcccf658ea7f (patch) | |
| tree | 79e581541b23c62176aa9073e2c6e1db4e0c7fb8 /apps/misc.c | |
| parent | c5bdca9b62c3119fa3f9e355b5971a76daf65f7f (diff) | |
| download | rockbox-0ec97339aee7b39f4c4fd846a91afcccf658ea7f.zip rockbox-0ec97339aee7b39f4c4fd846a91afcccf658ea7f.tar.gz rockbox-0ec97339aee7b39f4c4fd846a91afcccf658ea7f.tar.bz2 rockbox-0ec97339aee7b39f4c4fd846a91afcccf658ea7f.tar.xz | |
Check for features, not for models.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6966 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
| -rw-r--r-- | apps/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |