From 94097157fae308b2c1a5edb4e8597c68b45eeaea Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Thu, 16 Mar 2023 22:07:15 +0800 Subject: 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(-) (limited to 'src/liblzma/api/lzma') 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 -- cgit v1.2.3