diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-12 03:11:40 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-02-03 21:09:35 +0800 |
commit | d3e833ca1d2abda54648494c33aca73a40a47efe (patch) | |
tree | a5edec646c8efdfa51a3b3987537420e65b5e68b /src/liblzma/lz | |
parent | Tests: test_lzip_decoder: Remove trailing white-space. (diff) | |
download | xz-d3e833ca1d2abda54648494c33aca73a40a47efe.tar.xz |
Fix warnings from clang -Wdocumentation.
Diffstat (limited to 'src/liblzma/lz')
-rw-r--r-- | src/liblzma/lz/lz_encoder_mf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liblzma/lz/lz_encoder_mf.c b/src/liblzma/lz/lz_encoder_mf.c index d03657a7..f20316f0 100644 --- a/src/liblzma/lz/lz_encoder_mf.c +++ b/src/liblzma/lz/lz_encoder_mf.c @@ -242,8 +242,8 @@ do { \ /// \param cur_match Start position of the current match candidate /// \param depth Maximum length of the hash chain /// \param son lzma_mf.son (contains the hash chain) -/// \param cyclic_pos -/// \param cyclic_size +/// \param cyclic_pos lzma_mf.cyclic_pos +/// \param cyclic_size lzma_mf_cyclic_size /// \param matches Array to hold the matches. /// \param len_best The length of the longest match found so far. static lzma_match * |