index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/alpm_list.c | 1 |
diff --git a/lib/libalpm/alpm_list.c b/lib/libalpm/alpm_list.c index 0ab9356c..274d3afd 100644 --- a/lib/libalpm/alpm_list.c +++ b/lib/libalpm/alpm_list.c @@ -548,7 +548,6 @@ inline alpm_list_t SYMEXPORT *alpm_list_next(const alpm_list_t *node) * @brief Get the previous element of a list. * * @param list the list head - * @param node the list node * * @return the previous element, or NULL when no previous element exist */ |