msxml3: Remove superfluous function pointer casts.

This commit is contained in:
Michael Stefaniuc 2012-12-04 09:40:51 +01:00 committed by Alexandre Julliard
parent 563ed3abde
commit 0432f6f86e
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ static BOOL link_datatypes(xmlDocPtr schema)
xmlNodePtr root, next, child;
xmlNsPtr ns;
assert((void*)xmlGetExternalEntityLoader() == (void*)external_entity_loader);
assert(xmlGetExternalEntityLoader() == external_entity_loader);
root = xmlDocGetRootElement(schema);
if (!root)
return FALSE;