index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/pacman/package.c | 2 |
diff --git a/src/pacman/package.c b/src/pacman/package.c index fc869b18..77d58e19 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) |