]> wimlib.net Git - wimlib/blobdiff - src/xpress-decompress.c
Re-organize code
[wimlib] / src / xpress-decompress.c
similarity index 97%
rename from src/xpress-decomp.c
rename to src/xpress-decompress.c
index ce240a09806a43cab6ea23aff13a3934ddf0e13a..87205543022ed76c041b6a5f9f5714ddeeaf4ee0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * xpress-decomp.c
+ * xpress-decompress.c
  *
  * XPRESS decompression routines.
  */
@@ -67,8 +67,8 @@
  * the end.  Otherwise Microsoft's software will fail to decompress the
  * XPRESS-compressed data.
  *
- * Howeve, wimlib's decompressor in xpress-decomp.c currently does not care if
- * this extra symbol is there or not.
+ * However, wimlib's decompressor in this file currently does not care if this
+ * extra symbol is there or not.
  */
 
 #include "util.h"
@@ -76,8 +76,7 @@
 #include "wimlib.h"
 
 #define XPRESS_DECOMP
-#include "decomp.h"
-
+#include "decompress.h"
 
 /*
  * Decodes a symbol @huffsym that begins an XPRESS match.