From 73afc47c05aee495953b00b70d4dc68ae5e63a8f Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Tue, 22 Jan 2008 08:18:38 +0000 Subject: [PATCH] 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 --- apps/plugins/fire.c | 4 ++-- 1 file 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);