]> wimlib.net Git - wimlib/blobdiff - src/compress.c
Re-organize code
[wimlib] / src / compress.c
similarity index 99%
rename from src/comp.c
rename to src/compress.c
index ab3040d87858d5d416c5f9d061b522f79ee26f59..02ff35dd889ffb73344e2a95fc2c59d9204b658a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * comp.c
+ * compress.c
  *
  * Functions used for compression.
  */
@@ -23,7 +23,7 @@
  * along with wimlib; if not, see http://www.gnu.org/licenses/.
  */
 
-#include "comp.h"
+#include "compress.h"
 #include <stdlib.h>
 #include <string.h>