mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Replace '\n' -> newline in filter.h documentation.
The '\n' renders as a newline when the comments are converted to html by Doxygen.
This commit is contained in:
parent
3971f5c502
commit
4042dbf03a
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue