--- liblzf/lzf.h 2002/11/17 11:39:26 1.2 +++ liblzf/lzf.h 2003/06/06 20:49:48 1.3 @@ -66,7 +66,7 @@ * 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.