]> wimlib.net Git - wimlib/blobdiff - src/lzms_decompress.c
Adjust naming of (de)compression files
[wimlib] / src / lzms_decompress.c
similarity index 99%
rename from src/lzms-decompress.c
rename to src/lzms_decompress.c
index b56c4ffa728f0194d430e8233172eb6c0cddd0e0..3be7cd1372a09ec61132c458f71900dcae9f1957 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * lzms-decompress.c
+ * lzms_decompress.c
+ *
+ * A decompressor for the LZMS compression format.
  */
 
 /*
 #include "wimlib/decompressor_ops.h"
 #include "wimlib/decompress_common.h"
 #include "wimlib/error.h"
-#include "wimlib/lzms.h"
+#include "wimlib/lzms_common.h"
 #include "wimlib/util.h"
 
 /* The TABLEBITS values can be changed; they only affect decoding speed.  */