From: Chris Hanson Date: Tue, 21 Feb 2017 06:24:43 +0000 (-0800) Subject: Fix typo. X-Git-Tag: mit-scheme-pucked-9.2.12~220^2~47 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1bfd7598eebc9508a06cef6496c3f15c0ad5a78b;p=mit-scheme.git Fix typo. --- diff --git a/src/xml/xml-struct.scm b/src/xml/xml-struct.scm index 5f63a8c66..502d7636c 100644 --- a/src/xml/xml-struct.scm +++ b/src/xml/xml-struct.scm @@ -622,4 +622,4 @@ USA. (builder #\space)) (builder (symbol-name (car nmtokens)))) nmtokens) - (build))) \ No newline at end of file + (builder))) \ No newline at end of file