summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-06-22 13:22:08 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-06-22 13:22:08 +0000
commit93995e365b182bcdda5f2b9b1f012caa9020fed1 (patch)
tree5a8ba7fb822919a25561855315dddb5dc4775eb0
parentb8516922166465fd1d27bda72fcbe64c154a8993 (diff)
downloadneon-93995e365b182bcdda5f2b9b1f012caa9020fed1.tar.gz
Merge r635 to r636 from trunk:
* config.hw.in: Really fix the Win32 build. git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.25.x@637 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-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);