summaryrefslogtreecommitdiffstats
path: root/firmware/export/ata_idle_notify.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-11-08 03:19:53 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-11-08 03:19:53 +0000
commit92eff9d293dd358195839b9fa67ba6f05579400e (patch)
treebd2a29815cc113db3b12529a3bae6da545a7b7cf /firmware/export/ata_idle_notify.h
parent59da10a9407247522e3bf8f8d095f7d8f033d019 (diff)
downloadrockbox-92eff9d293dd358195839b9fa67ba6f05579400e.tar.gz
rockbox-92eff9d293dd358195839b9fa67ba6f05579400e.zip
fixed once again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11464 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/ata_idle_notify.h')
-rw-r--r--firmware/export/ata_idle_notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/ata_idle_notify.h b/firmware/export/ata_idle_notify.h
index 0428f3f9a7..65c181302a 100644
--- a/firmware/export/ata_idle_notify.h
+++ b/firmware/export/ata_idle_notify.h
@@ -47,7 +47,7 @@ extern void unregister_ata_idle_func(ata_idle_notify function, bool run);
extern bool call_ata_idle_notifys(bool sleep_after);
#else
#define unregister_ata_idle_func(f,r)
-#define call_ata_idle_notifys()
+#define call_ata_idle_notifys(s)
#define ata_idle_notify_init(s)
#endif