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:
parent
4dfb9738ab
commit
dfcee22f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue