From 23b4c817b1090dfbf6165fde71d0c34e2d973ada Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 19 Jun 2010 15:40:25 +0200 Subject: [PATCH] typo in mutable-strings * module/rnrs/mutable-strings.scm: Fix typo. --- module/rnrs/mutable-strings.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/rnrs/mutable-strings.scm b/module/rnrs/mutable-strings.scm index 1eeb8f35c..b2b31029b 100644 --- a/module/rnrs/mutable-strings.scm +++ b/module/rnrs/mutable-strings.scm @@ -15,7 +15,8 @@ ;; You should have received a copy of the GNU Lesser General Public ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -^L + + (library (rnrs mutable-strings (6)) (export string-set! string-fill!)