From 189a5f812f47e43e5704a44c3abb85a4c37c8662 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Fri, 29 Jun 2007 20:23:46 +0000 Subject: Attempt red build fix. (/me crosses fingers) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13740 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/sokoban.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins') 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 { static struct plugin_api* rb; +MEM_FUNCTION_WRAPPERS(rb); static char buf[ROWS*(COLS + 1)]; /* Enough for a whole board or a filename */ -- cgit v1.2.3