Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman')
-rw-r--r--src/pacman/package.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/package.c b/src/pacman/package.c
index 2fd0a9c3..0e4977ff 100644
--- a/src/pacman/package.c
+++ b/src/pacman/package.c
@@ -79,7 +79,6 @@ static void optdeplist_display(alpm_pkg_t *pkg, unsigned short cols)
* Extra information entails 'required by' info for sync packages and backup
* files info for local packages.
* @param pkg package to display information for
- * @param from the type of package we are dealing with
* @param extra should we show extra information
*/
void dump_pkg_full(alpm_pkg_t *pkg, int extra)