From fd90e2f4c29180b44e33c7ef726f94e4eae54ed3 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Thu, 16 Mar 2023 22:07:15 +0800 Subject: [PATCH] liblzma: Remove note from lzma_options_bcj about the ARM64 exception. This was left in by mistake since an early version of the ARM64 filter used a different struct for its options. --- src/liblzma/api/lzma/bcj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/liblzma/api/lzma/bcj.h b/src/liblzma/api/lzma/bcj.h index eecdf5fd..0c84e0cf 100644 --- a/src/liblzma/api/lzma/bcj.h +++ b/src/liblzma/api/lzma/bcj.h @@ -55,7 +55,7 @@ /** - * \brief Options for BCJ filters (except ARM64) + * \brief Options for BCJ filters * * The BCJ filters never change the size of the data. Specifying options * for them is optional: if pointer to options is NULL, default value is