mirror of
https://git.tukaani.org/xz.git
synced 2025-05-07 06:46:40 +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.