summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/sokoban.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index d6777c2dff..5091637bfc 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -267,6 +267,7 @@ static struct BufferedBoards {
267 267
268 268
269static struct plugin_api* rb; 269static struct plugin_api* rb;
270MEM_FUNCTION_WRAPPERS(rb);
270 271
271static char buf[ROWS*(COLS + 1)]; /* Enough for a whole board or a filename */ 272static char buf[ROWS*(COLS + 1)]; /* Enough for a whole board or a filename */
272 273