summaryrefslogtreecommitdiff
path: root/apps/plugins/sudoku/sudoku.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sudoku/sudoku.c')
-rw-r--r--apps/plugins/sudoku/sudoku.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sudoku/sudoku.c b/apps/plugins/sudoku/sudoku.c
index f0bff4d2a4..73c18708d2 100644
--- a/apps/plugins/sudoku/sudoku.c
+++ b/apps/plugins/sudoku/sudoku.c
@@ -99,7 +99,7 @@ static const char default_game[9][9] =
99 99
100#if LCD_HEIGHT <= LCD_WIDTH /* Horizontal layout, scratchpad at the left */ 100#if LCD_HEIGHT <= LCD_WIDTH /* Horizontal layout, scratchpad at the left */
101 101
102#if (LCD_HEIGHT==64) && (LCD_WIDTH==112 || LCD_WIDTH==128) 102#if ((LCD_HEIGHT==64 && (LCD_WIDTH==112 || LCD_WIDTH==128)) || (LCD_HEIGHT == 96 && LCD_WIDTH == 96))
103/* Archos Recorders and Ondios - 112x64, 9 cells @ 8x6 with 10 border lines */ 103/* Archos Recorders and Ondios - 112x64, 9 cells @ 8x6 with 10 border lines */
104#define SMALL_BOARD 104#define SMALL_BOARD
105#define MARK_OFFS 1 /* Pixels between border and mark */ 105#define MARK_OFFS 1 /* Pixels between border and mark */