From 87d6ebeca025ddab739b839a66f266593f4200b1 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Sun, 11 Jan 2004 18:17:49 +0000 Subject: fixed messed up parens --- chess-ics.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-ics.el') 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")) -- cgit v1.2.3