From c539af4e449664a0e2f7e80bb7a3090a832b1540 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 22 Mar 2007 18:09:53 +0000 Subject: [PATCH] missing #endif from yesterdays change git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4734 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/apr-util/xml/expat/lib/xmlparse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/apr-util/xml/expat/lib/xmlparse.c b/libs/apr-util/xml/expat/lib/xmlparse.c index f1cf06df24..822fabdd86 100644 --- a/libs/apr-util/xml/expat/lib/xmlparse.c +++ b/libs/apr-util/xml/expat/lib/xmlparse.c @@ -20,6 +20,7 @@ static char RCSId[] #else #define memmove(d,s,l) ;punting on memmove; #endif +#endif #ifdef HAVE_STRING_H # include