diff options
-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 dde53a0933..f46c3b2355 100644 --- a/apps/plugins/jewels.c +++ b/apps/plugins/jewels.c @@ -160,7 +160,7 @@ PLUGIN_HEADER #define YOFS 6 #define NUM_SCORES 10 -+/* use 10x10 tiles (Sansa c200) */ +/* use 10x10 tiles (Sansa c200) */ #elif (LCD_HEIGHT == 80) && (LCD_WIDTH == 132) #define TILE_WIDTH 10 #define TILE_HEIGHT 10 |