diff options
Diffstat (limited to 'apps')
-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 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 |