expat/lib xmlparse.c,1.118,1.119

"Fred L. Drake" <[email protected]> Thu, 30 Oct 2003 06:58:41 -0800
Newsgroups gmane.text.xml.expat.cvs
Message-ID <[email protected]>
Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv4344

Modified Files:
	xmlparse.c 
Log Message:
remove unnecessary typecast


Index: xmlparse.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlparse.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- xmlparse.c	26 Oct 2003 08:13:54 -0000	1.118
+++ xmlparse.c	30 Oct 2003 14:58:39 -0000	1.119
@@ -2072,7 +2072,7 @@
           entity->open = XML_FALSE;
           if (!context)
             return XML_ERROR_NO_MEMORY;
-          if (!externalEntityRefHandler((XML_Parser)externalEntityRefHandlerArg,
+          if (!externalEntityRefHandler(externalEntityRefHandlerArg,
                                         context,
                                         entity->base,
                                         entity->systemId,