From 0ac26480ccf062c17bdbb861274de813ab0adcad Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Thu, 5 Feb 2004 09:22:29 +0000 Subject: fixed a warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4294 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugin.h b/apps/plugin.h index 8682deb60e..9728dc4ac4 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -205,7 +205,7 @@ struct plugin_api { struct user_settings* global_settings; void (*backlight_set_timeout)(int index); #ifndef SIMULATOR - void (*ata_sleep)(void); + int (*ata_sleep)(void); #endif }; -- cgit v1.2.3