summaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 01b9b10..685d1b0 100644
--- a/src/map.c
+++ b/src/map.c
@@ -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