From c9db86ee70d7fe220634ea27587cd4d5970891e3 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 8 Nov 2005 23:32:16 +0000 Subject: Fixed bad check for LCD size git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7795 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/jewels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c index f5c1000..5631c49 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 -- cgit v1.1