diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-04 18:15:06 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-04 18:15:06 +0000 |
| commit | 4f87abf90af67d23582156343ef7dbd66cd18aa8 (patch) | |
| tree | 68109cb9147d7767f64e2ee5de150f609fea82fa /apps/plugins | |
| parent | 23e28f2b0c871912f9f23993e754db3637b92f0e (diff) | |
| download | rockbox-4f87abf90af67d23582156343ef7dbd66cd18aa8.zip rockbox-4f87abf90af67d23582156343ef7dbd66cd18aa8.tar.gz rockbox-4f87abf90af67d23582156343ef7dbd66cd18aa8.tar.bz2 rockbox-4f87abf90af67d23582156343ef7dbd66cd18aa8.tar.xz | |
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')
| -rw-r--r-- | apps/plugins/goban/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/goban/display.c b/apps/plugins/goban/display.c index 55ea0d6..8c18039 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 { |