summaryrefslogtreecommitdiff
path: root/apps/plugins/goban/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/goban/display.c')
-rw-r--r--apps/plugins/goban/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/goban/display.c b/apps/plugins/goban/display.c
index 55ea0d6a4a..8c18039759 100644
--- a/apps/plugins/goban/display.c
+++ b/apps/plugins/goban/display.c
@@ -899,7 +899,7 @@ setup_display (void)
899 899
900 if (board_height >= 7) 900 if (board_height >= 7)
901 { 901 {
902 start_y = 3;; 902 start_y = 3;
903 } 903 }
904 else 904 else
905 { 905 {