X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Flizard.c;h=d819a96b78f235b79989fbc0f7ffaafe655d06a8;hb=d9c55a4d021b4a317a25f14f89468d62592aae0b;hp=f505b9462eca837c63ee2fc0edeb0a829d0ecbe0;hpb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;p=libucw.git diff --git a/ucw/lizard.c b/ucw/lizard.c index f505b946..d819a96b 100644 --- a/ucw/lizard.c +++ b/ucw/lizard.c @@ -10,8 +10,8 @@ * the compression method is based on zlib. */ -#include "ucw/lib.h" -#include "ucw/lizard.h" +#include +#include #include @@ -295,7 +295,7 @@ lizard_decompress(const byte *in, byte *out) /* Requires out being allocated for the decompressed length must be known * beforehand. It is desirable to lock the following memory page for * read-only access to prevent buffer overflow. Returns the actual - * decompressed length or a negative number when an error has occured. */ + * decompressed length or a negative number when an error has occurred. */ { byte *out_start = out; uns expect_copy_command = 1;