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 | |
| parent | 59da10a9407247522e3bf8f8d095f7d8f033d019 (diff) | |
| download | rockbox-92eff9d293dd358195839b9fa67ba6f05579400e.zip rockbox-92eff9d293dd358195839b9fa67ba6f05579400e.tar.gz rockbox-92eff9d293dd358195839b9fa67ba6f05579400e.tar.bz2 rockbox-92eff9d293dd358195839b9fa67ba6f05579400e.tar.xz | |
fixed once again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11464 a1c6a512-1295-4272-9138-f99709370657
| -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 0428f3f..65c1813 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 |