X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fxpress-compress.c;h=4b2469498871b682b9357112249363a5df06fd04;hp=518a0e3ba70b23fdd24a85df93a95c5da33f4f52;hb=157d002da341c9109c5c065893ae82c6dbf5d4e8;hpb=49a63aa13cdeb4c1348697ccd92207a1a65ec7b0 diff --git a/src/xpress-compress.c b/src/xpress-compress.c index 518a0e3b..4b246949 100644 --- a/src/xpress-compress.c +++ b/src/xpress-compress.c @@ -237,7 +237,7 @@ wimlib_xpress_compress(const void * restrict uncompressed_data, } compressed_len += XPRESS_NUM_SYMBOLS / 2; -#if defined(ENABLE_XPRESS_DEBUG) || defined(ENABLE_VERIFY_COMPRESSION) || 1 +#if defined(ENABLE_XPRESS_DEBUG) || defined(ENABLE_VERIFY_COMPRESSION) /* Verify that we really get the same thing back when decompressing. */ if (wimlib_xpress_decompress(compressed_data, compressed_len, udata, uncompressed_len))