summaryrefslogtreecommitdiff
path: root/lib/cpio.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-04-08 18:56:01 +0000
committerjbj <devnull@localhost>2002-04-08 18:56:01 +0000
commitb45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9 (patch)
tree31a9c230b6207a383c709e2d68f4e357dbd0ad36 /lib/cpio.c
parentffdfd1056e25d18f95776fbff43fceca864be95f (diff)
downloadrpm-b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9.tar.gz
rpm-b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9.tar.bz2
rpm-b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9.zip
doxygen cleanup.
CVS patchset: 5379 CVS date: 2002/04/08 18:56:01
Diffstat (limited to 'lib/cpio.c')
-rw-r--r--lib/cpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cpio.c b/lib/cpio.c
index 41488ddbd..c090d3a18 100644
--- a/lib/cpio.c
+++ b/lib/cpio.c
@@ -17,8 +17,8 @@
/**
* Convert string to unsigned integer (with buffer size check).
- * @param input string
- * @retval address of 1st character not processed
+ * @param str input string
+ * @retval endptr address of 1st character not processed
* @param base numerical conversion base
* @param num max no. of bytes to read
* @return converted integer