summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2008-01-22 08:18:38 +0000
committerKevin Ferrare <kevin@rockbox.org>2008-01-22 08:18:38 +0000
commit73afc47c05aee495953b00b70d4dc68ae5e63a8f (patch)
treecdff220d25856c83f0ec3d04b19349cef26b7328 /apps
parenteb93be2dd9fdca99ffae450e0630045ece449a2f (diff)
A commit without a single warning is not really fun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16139 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/fire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index 9cee953e4a..ab6362996d 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -276,7 +276,7 @@ void cleanup(void *parameter)
#ifndef HAVE_LCD_COLOR
-int init_gray()
+int init_grey(void)
{
unsigned char *gbuf;
size_t gbuf_size = 0;
@@ -302,7 +302,7 @@ int main(void)
int action;
#ifndef HAVE_LCD_COLOR
- if(init_gray()!=PLUGIN_OK)
+ if(init_grey()!=PLUGIN_OK)
return(PLUGIN_ERROR);
#endif
color_palette_init(palette);