From ec96116d995a4530a6b14cf8589de1350a492894 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 15 May 1992 17:50:40 +0000
Subject: [PATCH] Removed an extra ``)''.

---
 code/string.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/string.lisp b/code/string.lisp
index 52bddb2c3..03f3284c0 100644
--- a/code/string.lisp
+++ b/code/string.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/string.lisp,v 1.5 1991/05/28 17:25:48 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/string.lisp,v 1.6 1992/05/15 17:50:40 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -488,7 +488,7 @@
 	  ((= index (the fixnum end)))
 	(declare (fixnum index))
 	(setf (schar string index) (char-downcase (schar string index)))))
-    save-header)))
+    save-header))
 
 (defun nstring-capitalize (string &key (start 0) end)
   "Given a string, returns that string with the first
-- 
GitLab