aboutsummaryrefslogtreecommitdiffstats
path: root/xmlmemory.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-04-24 11:33:38 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-04-24 11:33:38 +0000
commit06047432eb95559476c4332751e71a00f8ff78a8 (patch)
tree9afea87675adf6bfa0d8fc9c9c23f00f5c0044df /xmlmemory.c
parente0aed304b1d326d7481e50d14e6ed0967f5ce4f0 (diff)
downloadandroid_external_libxml2-06047432eb95559476c4332751e71a00f8ff78a8.tar.gz
android_external_libxml2-06047432eb95559476c4332751e71a00f8ff78a8.tar.bz2
android_external_libxml2-06047432eb95559476c4332751e71a00f8ff78a8.zip
removed extraneous xmlRemoveProp definition added item about
* tree.h: removed extraneous xmlRemoveProp definition * TODO: added item about --disable-corba configure switch * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation * nanoftp.c: fixed include problems giving troubles on AIX and slowlaris * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c parser.c nanoftp.c nanohttp.c SAX.c testSAX.c : comment and headers changes to lower gtk-doc number of warnings * doc/html/*: rebuilt docs Daniel
Diffstat (limited to 'xmlmemory.c')
-rw-r--r--xmlmemory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlmemory.c b/xmlmemory.c
index 3cadd9ec..e03e51da 100644
--- a/xmlmemory.c
+++ b/xmlmemory.c
@@ -118,7 +118,7 @@ xmlMallocBreakpoint(void) {
* xmlMallocLoc:
* @size: an int specifying the size in byte to allocate.
* @file: the file name or NULL
- @file: the line number
+ * @line: the line number
*
* a malloc() equivalent, with logging of the allocation info.
*
@@ -187,7 +187,7 @@ xmlMemMalloc(int size)
* @ptr: the initial memory block pointer
* @size: an int specifying the size in byte to allocate.
* @file: the file name or NULL
- * @file: the line number
+ * @line: the line number
*
* a realloc() equivalent, with logging of the allocation info.
*
@@ -293,7 +293,7 @@ error:
* xmlMemStrdupLoc:
* @ptr: the initial string pointer
* @file: the file name or NULL
- * @file: the line number
+ * @line: the line number
*
* a strdup() equivalent, with logging of the allocation info.
*