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=27739e77c17833037217e20d62609cd692093729 commit 27739e77c17833037217e20d62609cd692093729 Author: Guillem Jover <[email protected]> AuthorDate: Mon Nov 21 23:23:48 2022 +0100 libdpkg: Fix doxygen comment to match function argument Changelog: internal Warned-by: clang-16 --- lib/dpkg/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpkg/file.c b/lib/dpkg/file.c index 4f7c3aaa2..4d02520d8 100644 --- a/lib/dpkg/file.c +++ b/lib/dpkg/file.c @@ -39,7 +39,7 @@ /** * Check whether a filename is executable. * - * @param pathname The filename to check. + * @param filename The filename to check. */ bool file_is_exec(const char *filename) -- Dpkg.Org's dpkg

