]> wimlib.net Git - wimlib/blobdiff - src/lzx-compress.c
Use BSD-style license on selected files
[wimlib] / src / lzx-compress.c
index a4749d21c06e82649042c654db60b93b901db18b..ae4bfa727afe7e1beedd8852b71345dbbc89ce29 100644 (file)
@@ -265,8 +265,8 @@ struct lzx_block_spec {
 };
 
 /* Include template for the match-choosing algorithm.  */
-#define LZ_COMPRESSOR  struct lzx_compressor
-#define LZ_FORMAT_STATE        struct lzx_lru_queue
+#define LZ_COMPRESSOR          struct lzx_compressor
+#define LZ_ADAPTIVE_STATE      struct lzx_lru_queue
 struct lzx_compressor;
 #include "wimlib/lz_optimal.h"