summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2015-10-17 19:02:55 +0200
committerAllan McRae <allan@archlinux.org>2015-10-18 10:59:24 +1000
commitcbb7e180c755d1e84983b583518626125781da8a (patch)
tree11c47cf211a6b976cebeaaab9111239c45a6ad0d /src
parenta5759cb0d7a65d3637e0065258b7478530b75b7a (diff)
package.c: Remove obsolete param from doc
Signed-off-by: Pierre Neidhardt <ambrevar@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src')
-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)