]> wimlib.net Git - wimlib/blobdiff - src/xpress-compress.c
Re-organize code
[wimlib] / src / xpress-compress.c
similarity index 98%
rename from src/xpress-comp.c
rename to src/xpress-compress.c
index 31bd370c04bc6fec92e97dbba192d1e8c111f78b..77df527994483f7062bfadab49f14405456b74cd 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * xpress-comp.c
+ * xpress-compress.c
  *
  * XPRESS compression routines.
  *
- * See the comments in xpress-decomp.c about the XPRESS format.
+ * See the comments in xpress-decompress.c about the XPRESS format.
  */
 
 /*
@@ -26,7 +26,7 @@
  */
 
 #include "xpress.h"
-#include "comp.h"
+#include "compress.h"
 #include <stdlib.h>
 #include <string.h>