projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c1fa1
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 19 Feb 2017 09:09:13 +0000
(
01:09
-0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 19 Feb 2017 09:09:13 +0000
(
01:09
-0800)
src/runtime/stringio.scm
patch
|
blob
|
history
diff --git
a/src/runtime/stringio.scm
b/src/runtime/stringio.scm
index a06ac45daf9c8540ab0d9119a4a7fca53d48e32e..dec3849039adea885c14ece1fb1cfd13018a82a8 100644
(file)
--- a/
src/runtime/stringio.scm
+++ b/
src/runtime/stringio.scm
@@
-232,7
+232,7
@@
USA.
(define (string-out/write-self port output-port)
port
(write-string " to string" output-port))
-
\f
\f
+
\f
(define (maybe-grow-buffer os n)
(let ((buffer (ostate-buffer os))
(n (fix:+ (ostate-index os) n)))