]> wimlib.net Git - wimlib/blobdiff - src/xpress-compress.c
Variable LZX window sizes
[wimlib] / src / xpress-compress.c
index 518a0e3ba70b23fdd24a85df93a95c5da33f4f52..4b2469498871b682b9357112249363a5df06fd04 100644 (file)
@@ -237,7 +237,7 @@ wimlib_xpress_compress(const void * restrict uncompressed_data,
        }
        compressed_len += XPRESS_NUM_SYMBOLS / 2;
 
        }
        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))
        /* Verify that we really get the same thing back when decompressing.  */
        if (wimlib_xpress_decompress(compressed_data, compressed_len,
                                     udata, uncompressed_len))