diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-08 23:32:16 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-08 23:32:16 +0000 |
| commit | c9db86ee70d7fe220634ea27587cd4d5970891e3 (patch) | |
| tree | 3ec70a4f5c3634a00426527e8fde48de9f09cabc /apps/plugins | |
| parent | 07afdd2614ff6e611296867ba6c82e07d7e54158 (diff) | |
| download | rockbox-c9db86ee70d7fe220634ea27587cd4d5970891e3.zip rockbox-c9db86ee70d7fe220634ea27587cd4d5970891e3.tar.gz rockbox-c9db86ee70d7fe220634ea27587cd4d5970891e3.tar.bz2 rockbox-c9db86ee70d7fe220634ea27587cd4d5970891e3.tar.xz | |
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/plugins')
| -rw-r--r-- | apps/plugins/jewels.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |