From 4f87abf90af67d23582156343ef7dbd66cd18aa8 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Wed, 4 Mar 2009 18:15:06 +0000 Subject: Cosmetic fix: remove duplicate semicolons git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20198 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/goban/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/goban') 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) if (board_height >= 7) { - start_y = 3;; + start_y = 3; } else { -- cgit v1.2.3