summaryrefslogtreecommitdiff
path: root/chess-ics.el
diff options
context:
space:
mode:
authorMario Lang <mlang@delysid.org>2004-01-11 18:17:49 +0000
committerMario Lang <mlang@delysid.org>2004-01-11 18:17:49 +0000
commit87d6ebeca025ddab739b839a66f266593f4200b1 (patch)
tree0679cbdfabc916458ccbe6d8f0ccc6717fcdc4ee /chess-ics.el
parent81ae4e24167a51ef488058faabe8d94aa005a7cd (diff)
fixed messed up parens
Diffstat (limited to 'chess-ics.el')
-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"))