summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2007-06-29 20:23:46 +0000
committerAntoine Cellerier <dionoea@videolan.org>2007-06-29 20:23:46 +0000
commit189a5f812f47e43e5704a44c3abb85a4c37c8662 (patch)
tree98f1c249b8d895862f33ef80243b05b3aa4af288
parent0cbb4cdf689b5bc2fab0c1014228ebb8aa177a4e (diff)
downloadrockbox-189a5f812f47e43e5704a44c3abb85a4c37c8662.tar.gz
rockbox-189a5f812f47e43e5704a44c3abb85a4c37c8662.zip
Attempt red build fix. (/me crosses fingers)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13740 a1c6a512-1295-4272-9138-f99709370657
-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