diff options
author | root <root> | 2003-06-06 20:49:48 +0000 |
---|---|---|
committer | root <root> | 2003-06-06 20:49:48 +0000 |
commit | 4e6ec0c3c340307bc450a6ecf83a8ce6bd523001 (patch) | |
tree | c94f520acdbbd9522d58ef77722a546c92b988e4 /lzf.h | |
parent | a5156802847844542cf63b3cbbbe306936425ae5 (diff) |
*** empty log message ***
Diffstat (limited to 'lzf.h')
-rw-r--r-- | lzf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ lzf_compress (const void *const in_data, unsigned int in_len, * function and stored at location in_data and length in_len. The result * will be stored at out_data up to a maximum of out_len characters. * - * If * the output buffer is not large enough to hold the decompressed + * If the output buffer is not large enough to hold the decompressed * data, a 0 is returned and errno is set to E2BIG. Otherwise the number * of decompressed bytes (i.e. the original length of the data) is * returned. |