diff options
Diffstat (limited to 'beecrypt/base64.h')
-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@*/ |