diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2007-06-29 20:23:46 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2007-06-29 20:23:46 +0000 |
| commit | 189a5f812f47e43e5704a44c3abb85a4c37c8662 (patch) | |
| tree | 98f1c249b8d895862f33ef80243b05b3aa4af288 /apps/plugins | |
| parent | 0cbb4cdf689b5bc2fab0c1014228ebb8aa177a4e (diff) | |
| download | rockbox-189a5f812f47e43e5704a44c3abb85a4c37c8662.zip rockbox-189a5f812f47e43e5704a44c3abb85a4c37c8662.tar.gz rockbox-189a5f812f47e43e5704a44c3abb85a4c37c8662.tar.bz2 rockbox-189a5f812f47e43e5704a44c3abb85a4c37c8662.tar.xz | |
Attempt red build fix. (/me crosses fingers)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13740 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/sokoban.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c index d6777c2..5091637 100644 --- a/apps/plugins/sokoban.c +++ b/apps/plugins/sokoban.c @@ -267,6 +267,7 @@ static struct BufferedBoards { static struct plugin_api* rb; +MEM_FUNCTION_WRAPPERS(rb); static char buf[ROWS*(COLS + 1)]; /* Enough for a whole board or a filename */ |