mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
it's #else not #elif (fix red)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17034 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ff554e0c7f
commit
306652c940
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ static const unsigned char bmpheader[] =
|
|||
#define BMP_RED_BASE 94
|
||||
#define BMP_GREEN_BASE 2
|
||||
#define BMP_BLUE_BASE 2
|
||||
#elif
|
||||
#else
|
||||
#define BMP_RED 0x90
|
||||
#define BMP_GREEN 0xee
|
||||
#define BMP_BLUE 0x90
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue