summaryrefslogtreecommitdiff
path: root/nanoftp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-03-10 12:32:04 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-03-10 12:32:04 +0000
commite356c280069914f0052891861a55fdfaff6dcf65 (patch)
treecb11a8f28b2fe8a3b2e82d0d863257e943411d7b /nanoftp.c
parent80f3257163a2e6f69b7f7f5b1a4f8022d729ce84 (diff)
downloadlibxml2-e356c280069914f0052891861a55fdfaff6dcf65.tar.gz
Preparing for 2.3.4 release:LIBXML_2_3_4
- configure.in: bumped to 2.3.4 - error.c: fixed bug #51860 - tree.c: fixed bug #51861 - valid.c: cleanup, more debug, failed to fix one bug crap ... - tree.[ch] : added xmlDefaultBufferSize - nanoftp.c: typo in function name header block - doc/xml.html : updated, added link to XML::LibXSLT - doc/html/* : rebuilt the docs Daniel
Diffstat (limited to 'nanoftp.c')
-rw-r--r--nanoftp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nanoftp.c b/nanoftp.c
index c7ea79af..3d7ce53a 100644
--- a/nanoftp.c
+++ b/nanoftp.c
@@ -164,7 +164,7 @@ xmlNanoFTPInit(void) {
}
/**
- * xmlNanoFTPClenup:
+ * xmlNanoFTPCleanup:
*
* Cleanup the FTP protocol layer. This cleanup proxy informations.
*/
@@ -189,7 +189,6 @@ xmlNanoFTPCleanup(void) {
WSACleanup();
#endif
initialized = 0;
- return;
}
/**