summaryrefslogtreecommitdiff
path: root/apps/plugins/goban
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-03-04 18:15:06 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-03-04 18:15:06 +0000
commit4f87abf90af67d23582156343ef7dbd66cd18aa8 (patch)
tree68109cb9147d7767f64e2ee5de150f609fea82fa /apps/plugins/goban
parent23e28f2b0c871912f9f23993e754db3637b92f0e (diff)
downloadrockbox-4f87abf90af67d23582156343ef7dbd66cd18aa8.tar.gz
rockbox-4f87abf90af67d23582156343ef7dbd66cd18aa8.zip
Cosmetic fix: remove duplicate semicolons
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20198 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/goban')
-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 {