diff options
-rw-r--r-- | src/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ _db_tmx_invalid_end(void *pv, const char *name) p = (XML_Parser) pv; - db_xml_unexpected_end_tag(p, name, ""); + db_xml_node_pop(p); } static void XMLCALL |