summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-11-08 23:32:16 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-11-08 23:32:16 +0000
commitc9db86ee70d7fe220634ea27587cd4d5970891e3 (patch)
tree3ec70a4f5c3634a00426527e8fde48de9f09cabc /apps
parent07afdd2614ff6e611296867ba6c82e07d7e54158 (diff)
Fixed bad check for LCD size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7795 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/jewels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c
index f5c1000183..5631c4933e 100644
--- a/apps/plugins/jewels.c
+++ b/apps/plugins/jewels.c
@@ -156,7 +156,7 @@ static unsigned char jewel[8][8] = {
{0x0e, 0x1f, 0x3e, 0x7c, 0x3e, 0x1f, 0x0e, 0x00}
};
-#elif
+#else
#error BEJEWELED: Unsupported LCD size
#endif