]> wimlib.net Git - wimlib/blobdiff - src/comp.h
XPRESS compressor: increase max match
[wimlib] / src / comp.h
index a40dbca0f7ab5ef33e7e6a6602fd067ddcfc350a..76f958c207773e8919d6bc6e2a1a5f4ea3b328e9 100644 (file)
@@ -33,7 +33,6 @@ struct output_bitstream {
        int num_bytes_remaining;
 };
 
-
 static inline int bitstream_put_byte(struct output_bitstream *ostream,
                                     u8 n)
 {
@@ -56,7 +55,6 @@ static inline int bitstream_put_two_bytes(struct output_bitstream *ostream,
        return 0;
 }
 
-
 struct lz_params {
        uint min_match;
        uint max_match;