]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Add one more missing [out] annotation in vli.h
authorJia Tan <jiat0218@gmail.com>
Mon, 13 Feb 2023 16:12:34 +0000 (00:12 +0800)
committerJia Tan <jiat0218@gmail.com>
Mon, 13 Feb 2023 16:12:34 +0000 (00:12 +0800)
src/liblzma/api/lzma/vli.h

index bef732673a8a54227deef031773710f823b78303..097801a43d1bd120b85e63806c6213a3bcf8e646 100644 (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.