From 306652c940e14cac67e3345c23ce05123fefe068 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Tue, 8 Apr 2008 15:25:35 +0000 Subject: it's #else not #elif (fix red) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17034 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/grey_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/lib/grey_core.c b/apps/plugins/lib/grey_core.c index 2fbbc9c..e2260cd 100644 --- a/apps/plugins/lib/grey_core.c +++ b/apps/plugins/lib/grey_core.c @@ -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 -- cgit v1.1