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:
Robert Kukla 2008-04-08 15:25:35 +00:00
parent ff554e0c7f
commit 306652c940

View file

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