From 55e2e65ba11c2ad430c160e5a1b567e6c835aedc Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 4 Oct 2007 14:39:31 +0000 Subject: [PATCH] Oops. Delete extra paren. --- code/format.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/format.lisp b/code/format.lisp index c72ed03bf..40ccc9d5a 100644 --- a/code/format.lisp +++ b/code/format.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.71 2007/10/03 20:59:30 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.72 2007/10/04 14:39:31 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1310,7 +1310,7 @@ (dotimes (i (- e (length estr))) (write-char #\0 stream))) (write-string estr stream))))))))) - (values))) + (values)) (def-format-directive #\G (colonp atsignp params) (when colonp -- GitLab