summaryrefslogtreecommitdiff
path: root/apps/plugins/goban/goban.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-12-28 11:32:13 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-12-28 11:32:13 +0000
commitd2cdd80f5cceb38f9add911f289d566f85a4c186 (patch)
treeb125f4b3eb73562668a3299714f20490237d8b4b /apps/plugins/goban/goban.c
parent7949dd4daebe7f058839ecc22f653ee38064d97f (diff)
downloadrockbox-d2cdd80f5cceb38f9add911f289d566f85a4c186.tar.gz
rockbox-d2cdd80f5cceb38f9add911f289d566f85a4c186.zip
plugins: another round of making local things static and adding missing #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31453 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/goban/goban.c')
-rw-r--r--apps/plugins/goban/goban.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/goban/goban.c b/apps/plugins/goban/goban.c
index b2306c00a8..c20724ed70 100644
--- a/apps/plugins/goban/goban.c
+++ b/apps/plugins/goban/goban.c
@@ -745,7 +745,7 @@ do_main_menu (void)
745 return false; 745 return false;
746} 746}
747 747
748void 748static void
749zoom_preview (int current) 749zoom_preview (int current)
750{ 750{
751 set_zoom_display (current); 751 set_zoom_display (current);