From 92eff9d293dd358195839b9fa67ba6f05579400e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 8 Nov 2006 03:19:53 +0000 Subject: fixed once again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11464 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/ata_idle_notify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1