summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-02-12 09:02:55 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-02-12 09:02:55 +0000
commitf1a6855742fa447891c4b051a8e51a1116e01b61 (patch)
treea4f25799250ff1b6332970d3e5259fc0f9cbc695 /apps
parent39f7b66ca40e8f0a147a43a903121153b84a890e (diff)
Fixed misspelled preprocessor directive (bug #685179)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3235 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 4f6b77af01..d12dc6f5b9 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -461,7 +461,7 @@ void settings_apply(void)
backlight_set_on_when_charging(global_settings.backlight_on_when_charging);
ata_spindown(global_settings.disk_spindown);
-#ifdef ATA_POWER_OFF
+#ifdef HAVE_ATA_POWER_OFF
ata_poweroff(global_settings.disk_poweroff);
#endif