From ccc476f177312548342c0a8cc921445024ebc7d2 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 4 Mar 2008 13:19:49 +0000 Subject: patch from Alex Khesin fixing CDATA output after a text node. fixed the * xmlwriter.c: patch from Alex Khesin fixing CDATA output after a text node. * parser.c: fixed the comment for xmlParserCleanup * globals.c: fixed indentation Daniel svn path=/trunk/; revision=3699 --- globals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.c') diff --git a/globals.c b/globals.c index 636ff872..cbc66253 100644 --- a/globals.c +++ b/globals.c @@ -60,7 +60,7 @@ void xmlCleanupGlobals(void) xmlFreeMutex(xmlThrDefMutex); xmlThrDefMutex = NULL; } - __xmlGlobalInitMutexDestroy(); + __xmlGlobalInitMutexDestroy(); } /************************************************************************ -- cgit v1.2.1