]> granicus.if.org Git - libexpat/commitdiff
remove unnecessary typecast
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 30 Oct 2003 14:58:39 +0000 (14:58 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 30 Oct 2003 14:58:39 +0000 (14:58 +0000)
expat/lib/xmlparse.c

index 048f4facd82075c8d0e7b436f8c77932d43d552e..46bf8fd6b6ef323e9f3ad1b6f99d7f8c1b1ca860 100644 (file)
@@ -2072,7 +2072,7 @@ doContent(XML_Parser parser,
           entity->open = XML_FALSE;
           if (!context)
             return XML_ERROR_NO_MEMORY;
-          if (!externalEntityRefHandler((XML_Parser)externalEntityRefHandlerArg,
+          if (!externalEntityRefHandler(externalEntityRefHandlerArg,
                                         context,
                                         entity->base,
                                         entity->systemId,