liblzma: Add one more missing [out] annotation in vli.h

This commit is contained in:
Jia Tan 2023-02-14 00:12:34 +08:00
parent 867b08ae42
commit 862dacef1a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ typedef uint64_t lzma_vli;
* integer has been encoded.
*
* \param vli Integer to be encoded
* \param vli_pos How many VLI-encoded bytes have already been written
* \param[out] vli_pos How many VLI-encoded bytes have already been written
* out. When starting to encode a new integer in
* multi-call mode, *vli_pos must be set to zero.
* To use single-call encoding, set vli_pos to NULL.