r5141: Auto commit for Debian build
[reversi.git] / io-clim.lisp
index d50f3a8e935fe583b8820a42e9a215476e8a60dc..12ea49b5f11370bf8004f960a24122de472cdc3f 100644 (file)
@@ -8,9 +8,9 @@
 ;;;;  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.13 2003/06/12 12:42:13 kevin Exp $
 ;;;;
-;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg 
+;;;; This file is Copyright (c) 2001-2003 by Kevin M. Rosenberg 
 ;;;;
 ;;;; Reversi users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
                        (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)))