summaryrefslogtreecommitdiff
path: root/apps/plugins/goban/goban.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/goban/goban.c')
-rw-r--r--apps/plugins/goban/goban.c2
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)
238 int btn; 238 int btn;
239 int temp; 239 int temp;
240 240
241 (void) temp;
242
241 rb->mkdir ("/sgf"); 243 rb->mkdir ("/sgf");
242 244
243 global_setup (); 245 global_setup ();