diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2006-11-08 03:19:53 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2006-11-08 03:19:53 +0000 |
commit | 92eff9d293dd358195839b9fa67ba6f05579400e (patch) | |
tree | bd2a29815cc113db3b12529a3bae6da545a7b7cf /firmware | |
parent | 59da10a9407247522e3bf8f8d095f7d8f033d019 (diff) |
fixed once again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11464 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/ata_idle_notify.h | 2 |
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 |