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
This commit is contained in:
Kevin Ferrare 2008-01-22 08:18:38 +00:00
parent eb93be2dd9
commit 73afc47c05

View file

@ -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);