mirror of
https://git.tukaani.org/xz.git
synced 2026-01-30 16:38:06 +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.