This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=484e77807a1cc0662bf7c30a8769cf904ab4d4cf commit 484e77807a1cc0662bf7c30a8769cf904ab4d4cf Author: Guillem Jover <[email protected]> AuthorDate: Thu Dec 1 22:31:40 2022 +0100 libdpkg: Document str_end parameter for str_strip_quotes() Warned-by: doxygen --- lib/dpkg/string.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dpkg/string.c b/lib/dpkg/string.c index 0a8d1d026..0428f0f35 100644 --- a/lib/dpkg/string.c +++ b/lib/dpkg/string.c @@ -180,6 +180,7 @@ str_strip_quotes(char *str) * Trim possible ending spaces in string. * * @param str The string to act on. + * @param str_end The end of the string to act on. * * @return A pointer to the end of the trimmed string. */ -- Dpkg.Org's dpkg

