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 9a6def229c..3910e14011 100644
--- a/apps/plugins/sudoku/sudoku.c
+++ b/apps/plugins/sudoku/sudoku.c
@@ -82,7 +82,7 @@ PLUGIN_HEADER
82 it's nice not to have to pass the api pointer in all function calls 82 it's nice not to have to pass the api pointer in all function calls
83 in the plugin */ 83 in the plugin */
84 84
85extern const struct plugin_api* rb; 85const struct plugin_api* rb;
86 86
87/* Default game - used to initialise sudoku.ss if it doesn't exist. */ 87/* Default game - used to initialise sudoku.ss if it doesn't exist. */
88static const char default_game[9][9] = 88static const char default_game[9][9] =