From: Jia Tan Date: Mon, 13 Feb 2023 16:12:34 +0000 (+0800) Subject: liblzma: Add one more missing [out] annotation in vli.h X-Git-Tag: v5.5.1alpha~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=862dacef1a4e7e1b28d465956fa4244ed01df154;p=thirdparty%2Fxz.git liblzma: Add one more missing [out] annotation in vli.h --- diff --git a/src/liblzma/api/lzma/vli.h b/src/liblzma/api/lzma/vli.h index bef73267..097801a4 100644 --- a/src/liblzma/api/lzma/vli.h +++ b/src/liblzma/api/lzma/vli.h @@ -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.