diff options
Diffstat (limited to 'test/bench/meteor-contest.go')
-rw-r--r-- | test/bench/meteor-contest.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench/meteor-contest.go b/test/bench/meteor-contest.go index 163aaa7c4..6660810eb 100644 --- a/test/bench/meteor-contest.go +++ b/test/bench/meteor-contest.go @@ -532,7 +532,7 @@ func calc_rows() { /* Calculate islands while solving the board. -*/ + */ func boardHasIslands(cell int8) int8 { /* Too low on board, don't bother checking */ if cell >= 40 { |