r4670: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 29 Apr 2003 00:46:35 +0000 (00:46 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 29 Apr 2003 00:46:35 +0000 (00:46 +0000)
strings.lisp

index 94eaed406718924b34aca52e8cf03c02afe8880b..91e51987e8511608f40e758a4ed484e1eef863a6 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: strings.lisp,v 1.12 2003/04/29 00:43:56 kevin Exp $
+;;;; $Id: strings.lisp,v 1.13 2003/04/29 00:46:35 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
   (let ((len (length s)))
     (if (plusp len)
        (subseq s 0 (1- len))
-       s))
+       s)))
 
 (defun string-hash (str &optional (bitmask 65535))
   (let ((hash 0))