From 93995e365b182bcdda5f2b9b1f012caa9020fed1 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 22 Jun 2005 13:22:08 +0000 Subject: 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 --- config.hw.in | 2 +- src/ne_xml.c | 2 +- 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); -- cgit v1.2.1