Deleted Added
full compact
147c147
< const lzma_filter *filters lzma_attribute((unused)),
---
> const lzma_filter *filters lzma_attribute((__unused__)),
163a164,168
> if (block == NULL)
> return LZMA_PROG_ERROR;
>
> // The contents of the structure may depend on the version so
> // check the version first.