Fix think-o in previous change.
authorChris Hanson <org/chris-hanson/cph>
Tue, 7 Mar 1995 02:19:20 +0000 (02:19 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 7 Mar 1995 02:19:20 +0000 (02:19 +0000)
v7/src/runtime/stream.scm

index ecf1c67bbe986524f6e1e1b1b0ff4626c704ea67..954fac85698e9f0820aec6aa607d0fe59f46efdc 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: stream.scm,v 14.8 1995/03/06 23:29:41 cph Exp $
+$Id: stream.scm,v 14.9 1995/03/07 02:19:20 cph Exp $
 
 Copyright (c) 1988-95 Massachusetts Institute of Technology
 
@@ -220,7 +220,7 @@ MIT in each case. |#
          (begin
            (write-char leader port)
            (write (car stream*) port)
-           (loop (force (cdr stream*))))
+           (loop (force (cdr stream*)) #\space))
          (begin
            (if (not (null? stream*))
                (error:wrong-type-argument stream "stream" 'STREAM-WRITE))