summaryrefslogtreecommitdiff
path: root/src/ne_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ne_xml.c')
-rw-r--r--src/ne_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ne_xml.c b/src/ne_xml.c
index cf6b1ab..ca9c29e 100644
--- a/src/ne_xml.c
+++ b/src/ne_xml.c
@@ -353,7 +353,7 @@ static void destroy_element(struct element *elm)
ne_free(this_ns->uri);
ne_free(this_ns);
this_ns = next_ns;
- };
+ }
if (elm->default_ns)
ne_free(elm->default_ns);
ne_free(elm);