1
0
Fork 0
forked from len0rd/rockbox

#if => #ifdef

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12388 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2007-02-18 08:58:22 +00:00
parent 4dfb9738ab
commit dfcee22f0a

View file

@ -1063,7 +1063,7 @@ void set_pal(void)
pal_dirty();
}
#if HAVE_LCD_COLOR
#ifdef HAVE_LCD_COLOR
static void updatepalette(int i)
{
int c, r, g, b;