diff options
author | Mustapha Senhaji <moos@rockbox.org> | 2009-02-11 17:32:35 +0000 |
---|---|---|
committer | Mustapha Senhaji <moos@rockbox.org> | 2009-02-11 17:32:35 +0000 |
commit | 2e49f654877045f171dfff27ec7b56af1d8e40ef (patch) | |
tree | 93ab2a1f66733427bb2af36b0777fbab044d0ae1 /apps/plugins/goban/goban.c | |
parent | 8198a6c26681b69df7eb1ec6fa4716bd344793e1 (diff) |
Hopefully fix the red builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19975 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/goban/goban.c')
-rw-r--r-- | apps/plugins/goban/goban.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/goban/goban.c b/apps/plugins/goban/goban.c index e5943c0ba6..0286e1cdc5 100644 --- a/apps/plugins/goban/goban.c +++ b/apps/plugins/goban/goban.c @@ -238,6 +238,8 @@ plugin_start (const void *parameter) int btn; int temp; + (void) temp; + rb->mkdir ("/sgf"); global_setup (); |