From: Michael Jerris Date: Thu, 22 Mar 2007 18:09:53 +0000 (+0000) Subject: missing #endif from yesterdays change X-Git-Tag: v1.0-beta1~700 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c539af4e449664a0e2f7e80bb7a3090a832b1540;p=thirdparty%2Ffreeswitch.git missing #endif from yesterdays change git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4734 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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