diff options
author | jbj <devnull@localhost> | 2002-10-11 22:55:40 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-10-11 22:55:40 +0000 |
commit | 021532cd71ae0dad747f437563bd9f18a353c453 (patch) | |
tree | 2c124fcd6eaa17dd3f01792df5688ca3ff76d6b0 /beecrypt | |
parent | c840ecba352f3149101d33a600b2c86eb15436a7 (diff) | |
download | librpm-tizen-021532cd71ae0dad747f437563bd9f18a353c453.tar.gz librpm-tizen-021532cd71ae0dad747f437563bd9f18a353c453.tar.bz2 librpm-tizen-021532cd71ae0dad747f437563bd9f18a353c453.zip |
Cleanups.
CVS patchset: 5768
CVS date: 2002/10/11 22:55:40
Diffstat (limited to 'beecrypt')
-rw-r--r-- | beecrypt/base64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/base64.h b/beecrypt/base64.h index 44167a3c2..c18161e16 100644 --- a/beecrypt/base64.h +++ b/beecrypt/base64.h @@ -74,7 +74,7 @@ char * b64encode (const void * data, size_t ns) /** * Encode crc of binary input data into 5 bytes of base64 output. * @param data binary data - * @param len no. bytes of binary data + * @param ns no. bytes of binary data * @return (malloc'd) base64 string */ BEECRYPTAPI /*@only@*/ /*@null@*/ /*@unused@*/ |