summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-03-04 13:19:49 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-03-04 13:19:49 +0000
commitccc476f177312548342c0a8cc921445024ebc7d2 (patch)
tree0f31f5820bae30162c2cd0062abffde112d0ec06 /globals.c
parent70e20add808a82294e32c6392c15163a4cafadff (diff)
downloadlibxml2-ccc476f177312548342c0a8cc921445024ebc7d2.tar.gz
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
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c2
1 files changed, 1 insertions, 1 deletions
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();
}
/************************************************************************