summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chess-ics.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-ics.el b/chess-ics.el
index 470ef60..553ce9d 100644
--- a/chess-ics.el
+++ b/chess-ics.el
@@ -134,7 +134,7 @@ who is black."
(dotimes (f 8)
(let ((piece (aref rank f)))
(unless (= piece ?-)
- (chess-pos-set-piece position (chess-rf-to-index r f) piece)))))
+ (chess-pos-set-piece position (chess-rf-to-index r f) piece))))))
;; next, the "side to move"
(chess-pos-set-side-to-move position (string= (pop parts) "W"))