X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/blobdiff_plain/b73ffb8235ffb6f3bce6ac42731e19d3be846067..e8567770c29b1e26c340c1666a2d3b28c06454c8:/str.lisp diff --git a/str.lisp b/str.lisp index 5cf05aa..a943bae 100644 --- a/str.lisp +++ b/str.lisp @@ -37,7 +37,7 @@ (with-output-to-string (s) (when strs (loop - (princ (stringify (pop strs)) s) + (princ (stringify (pop strs)) s) (unless strs (return)) (princ del s)))))