Fixed "#else if", changed to "#elif"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17101 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b12c69bac7
commit
c826933984
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ static struct plugin_api* rb;
|
|||
#define BGCOLOR_1 LCD_RGBPACK(255,255,0)
|
||||
#define BGCOLOR_2 LCD_RGBPACK(0,255,0)
|
||||
#define FGCOLOR_1 LCD_RGBPACK(0,0,255)
|
||||
#else if LCD_DEPTH > 1
|
||||
#elif LCD_DEPTH > 1
|
||||
#define BGCOLOR_1 LCD_DARKGRAY
|
||||
#define BGCOLOR_2 LCD_LIGHTGRAY
|
||||
#define FGCOLOR_1 LCD_WHITE
|
||||
|
|
Loading…
Reference in a new issue