From 44f2f0f85c0caee8b9d827faa5086c8852fc4680 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 27 Jul 2003 03:38:15 +0000 Subject: [PATCH] Fix typo. --- v7/src/xml/xml-parser.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/xml/xml-parser.scm b/v7/src/xml/xml-parser.scm index 4d24a060f..739211b86 100644 --- a/v7/src/xml/xml-parser.scm +++ b/v7/src/xml/xml-parser.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: xml-parser.scm,v 1.27 2003/07/27 03:06:41 cph Exp $ +$Id: xml-parser.scm,v 1.28 2003/07/27 03:38:15 cph Exp $ Copyright 2001,2002,2003 Massachusetts Institute of Technology @@ -435,7 +435,7 @@ USA. (*matcher (+ (char-set char-set:numeric)))) (define match-hexadecimal - (*matcher (+ (char-set (char-set "0-9a-fA-f"))))) + (*matcher (+ (char-set "0-9a-fA-f")))) (define parse-reference ;[67] (*parser -- 2.25.1