mirror of
https://git.tukaani.org/xz.git
synced 2025-03-03 15:10:41 +00:00
lzma_encoder_init() did not check for NULL options, but lzma2_encoder_init() did. This is more of a code style improvement than anything else to help make lzma_encoder_init() and lzma2_encoder_init() more similar.