mirror of
https://git.tukaani.org/xz.git
synced 2025-11-27 17:18:48 +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.