]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
missing #endif from yesterdays change
authorMichael Jerris <mike@jerris.com>
Thu, 22 Mar 2007 18:09:53 +0000 (18:09 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 22 Mar 2007 18:09:53 +0000 (18:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4734 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/apr-util/xml/expat/lib/xmlparse.c

index f1cf06df24a5e3a9e985f95247164cf1c413c1d1..822fabdd869cc58a7e508d7122df00a240ecf698 100644 (file)
@@ -20,6 +20,7 @@ static char RCSId[]
 #else
 #define memmove(d,s,l) ;punting on memmove;
 #endif
+#endif
 
 #ifdef HAVE_STRING_H
 #  include <string.h>