[pacman-dev] [PATCH] Fix typo in documentation
11 Aug
2012
11 Aug
'12
10:24 a.m.
Signed-off-by: Allan McRae <allan@archlinux.org> --- src/pacman/package.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pacman/package.c b/src/pacman/package.c index fc869b1..77d58e1 100644 --- a/src/pacman/package.c +++ b/src/pacman/package.c @@ -52,7 +52,7 @@ static void deplist_display(const char *title, } /** Turn a optdepends list into a text list. - * @param optdeps a list with items of type alpm_optdepend_t + * @param optdeps a list with items of type alpm_depend_t */ static void optdeplist_display(const char *title, alpm_list_t *optdeps, unsigned short cols) -- 1.7.11.4
4529
Age (days ago)
4529
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae