summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.hw.in2
-rw-r--r--src/ne_xml.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.hw.in b/config.hw.in
index c0f2850..e057854 100644
--- a/config.hw.in
+++ b/config.hw.in
@@ -25,7 +25,7 @@
#ifdef WIN32
-#define NE_VERSION "@VERSION@"
+#define NEON_VERSION "@VERSION@"
#define NE_VERSION_MAJOR (@MAJOR@)
#define NE_VERSION_MINOR (@MINOR@)
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);