diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-02-06 21:46:43 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-07 23:24:46 +0800 |
commit | 4042dbf03a06e019ccdd1e9d1b94cf613d62d5a9 (patch) | |
tree | 3153158ccbb01c6b676267922186d32b7a522ccf | |
parent | liblzma: Shorten return description for two functions in filter.h. (diff) | |
download | xz-4042dbf03a06e019ccdd1e9d1b94cf613d62d5a9.tar.xz |
liblzma: Replace '\n' -> newline in filter.h documentation.
The '\n' renders as a newline when the comments are converted to html
by Doxygen.
-rw-r--r-- | src/liblzma/api/lzma/filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/filter.h b/src/liblzma/api/lzma/filter.h index d5a975fc..b030c2ca 100644 --- a/src/liblzma/api/lzma/filter.h +++ b/src/liblzma/api/lzma/filter.h @@ -744,7 +744,7 @@ extern LZMA_API(lzma_ret) lzma_str_from_filters( * * - If LZMA_STR_ENCODER or LZMA_STR_DECODER is used then filters and * the supported options are listed one filter per line. There won't - * be a '\n' after the last filter. + * be a newline after the last filter. * * - If LZMA_STR_ALL_FILTERS is used then the list will include also * those filters that cannot be used in the .xz format (LZMA1). |