From 372c5303f0c1b466ff2eedf32f21b4cb9f83c910 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Tue, 19 Sep 2006 15:35:01 +0200
Subject: [PATCH] Fixed typo

Rev: src/modules/Parser/xml.cmod:1.95
---
 src/modules/Parser/xml.cmod | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/modules/Parser/xml.cmod b/src/modules/Parser/xml.cmod
index c17efc03bf..7422559f7f 100644
--- a/src/modules/Parser/xml.cmod
+++ b/src/modules/Parser/xml.cmod
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: xml.cmod,v 1.94 2006/08/09 00:47:49 grendel Exp $
+|| $Id: xml.cmod,v 1.95 2006/09/19 13:35:01 nilsson Exp $
 */
 
 #include "global.h"
@@ -1038,6 +1038,7 @@ PIKECLASS Simple
 #define CHECK_INPUT(INPUT)
 #endif /* PIKE_DEBUG */
 
+
 static inline int xmlread(int z, int line)
 {
   int popped=0;
@@ -1589,7 +1590,7 @@ static void read_attvalue(struct string_builder *X,
 			  p_wchar2 Y,
 			  int keepspace)
 {
-  struct smlinput *input = THIS->input;
+  struct xmlinput *input = THIS->input;
   while(THIS->input)
   {
     if(XMLEOF()) {
-- 
GitLab