summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-02-06 21:46:43 +0800
committerJia Tan <jiat0218@gmail.com>2023-02-24 21:09:39 +0800
commit3cf72c4bcba5370f07477c9b9b62ae33069ef9a9 (patch)
tree422daed2e9d49bc44fb3af218853714047b00731 /src
parent002006be62d77c706565fa6ec828bea64be302da (diff)
downloadxz-3cf72c4bcba5370f07477c9b9b62ae33069ef9a9.tar.gz
liblzma: Replace '\n' -> newline in filter.h documentation.
The '\n' renders as a newline when the comments are converted to html by Doxygen.
Diffstat (limited to 'src')
-rw-r--r--src/liblzma/api/lzma/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/filter.h b/src/liblzma/api/lzma/filter.h
index d5a975f..b030c2c 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).