From bd9733926076885e3417b74de76e4c9c7bc56254 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:28 -0800 Subject: Import Upstream version 2c7 --- strcase.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strcase.scm') diff --git a/strcase.scm b/strcase.scm index f2c8331..b46b223 100644 --- a/strcase.scm +++ b/strcase.scm @@ -18,7 +18,7 @@ (define (string-upcase str) (string-upcase! (string-copy str))) - + (define (string-downcase! str) (do ((i (- (string-length str) 1) (- i 1))) ((< i 0) str) -- cgit v1.2.3