summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-04-13 22:10:31 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-04-13 22:10:31 +0000
commitc8269339847bd29c267ed2d052d13da8f68a2597 (patch)
treee600c6ed9711c139faa588e471b8ab4df0caed7c /apps
parentb12c69bac7a02ea161ebc02ce7323e82bebe7b23 (diff)
downloadrockbox-c8269339847bd29c267ed2d052d13da8f68a2597.zip
rockbox-c8269339847bd29c267ed2d052d13da8f68a2597.tar.gz
rockbox-c8269339847bd29c267ed2d052d13da8f68a2597.tar.bz2
rockbox-c8269339847bd29c267ed2d052d13da8f68a2597.tar.xz
Fixed "#else if", changed to "#elif"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17101 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/test_viewports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_viewports.c b/apps/plugins/test_viewports.c
index 3cb8afb..1f1e99a 100644
--- a/apps/plugins/test_viewports.c
+++ b/apps/plugins/test_viewports.c
@@ -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