]> wimlib.net Git - wimlib/blobdiff - src/xpress-decompress.c
wimlib-imagex: Allow specifying LZMS compression
[wimlib] / src / xpress-decompress.c
index b71f6be23e1c6f8a502564fda9b29e966d33a5fa..f08cccbb4b405372b4a4bbb15018973ed7337875 100644 (file)
  *
  * Also, a caveat--- according to Microsoft's documentation for XPRESS,
  *
- *     "Some implementation of the decompression algorithm expect an extra
- *     symbol to mark the end of the data.  Specifically, some implementations
- *     fail during decompression if the Huffman symbol 256 is not found after
- *     the actual data."
+ *     "Some implementation of the decompression algorithm expect an extra
+ *     symbol to mark the end of the data.  Specifically, some implementations
+ *     fail during decompression if the Huffman symbol 256 is not found after
+ *     the actual data."
  *
  * This is the case for the implementation in WIMGAPI.  However, wimlib's
  * decompressor in this file currently does not care if this extra symbol is