From 2c4555e114c33fba1370a212e37fb0e2b4396d19 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 19 Feb 2017 01:09:13 -0800 Subject: [PATCH] Fix typo. --- src/runtime/stringio.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/stringio.scm b/src/runtime/stringio.scm index a06ac45da..dec384903 100644 --- 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)) - + (define (maybe-grow-buffer os n) (let ((buffer (ostate-buffer os)) (n (fix:+ (ostate-index os) n))) -- 2.25.1