diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-02-05 09:22:29 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-02-05 09:22:29 +0000 |
| commit | 0ac26480ccf062c17bdbb861274de813ab0adcad (patch) | |
| tree | f3d3912312ba0cabd0e48f3984f3490ba1d852f4 /apps/plugin.h | |
| parent | 04f9cc79937a6939e800c646b4c8e9650898bd7e (diff) | |
| download | rockbox-0ac26480ccf062c17bdbb861274de813ab0adcad.zip rockbox-0ac26480ccf062c17bdbb861274de813ab0adcad.tar.gz rockbox-0ac26480ccf062c17bdbb861274de813ab0adcad.tar.bz2 rockbox-0ac26480ccf062c17bdbb861274de813ab0adcad.tar.xz | |
fixed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4294 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 8682deb..9728dc4 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 }; |