r4847: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 15:53:47 +0000 (15:53 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 15:53:47 +0000 (15:53 +0000)
io-clim.lisp

index d50f3a8e935fe583b8820a42e9a215476e8a60dc..7516869528412c8732f8576c8d4ea1d7b1dd6f04 100644 (file)
@@ -8,7 +8,7 @@
 ;;;;  Programer:      Kevin M. Rosenberg
 ;;;;  Date Started:   1 Nov 2001
 ;;;;
-;;;; $Id: io-clim.lisp,v 1.11 2003/05/06 15:51:20 kevin Exp $
+;;;; $Id: io-clim.lisp,v 1.12 2003/05/06 15:53:47 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg 
 ;;;;
                        (list-to-delimited-string legal-moves #\space)))))
        (when (null (player game))
          (cond
-           ((zerop (final-result games))
+           ((zerop (final-result game))
             (format stream "It's a draw!"))
            ((plusp (final-result game))
              (format stream "Black wins by ~d!" (final-result game)))