summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-09 15:05:03 +0200
committerAllan McRae <allan@archlinux.org>2015-06-20 09:32:57 +0200
commit53d963344964550c0ed02532016867ee84ad1aa8 (patch)
treeaa207571197be46b99dff1955709856a2c944c74 /src
parent0f302df5edf40eabfa28724f8b4e1cc2f3fa176b (diff)
downloadpacman-53d963344964550c0ed02532016867ee84ad1aa8.tar.gz
pacman-53d963344964550c0ed02532016867ee84ad1aa8.tar.xz
util.c: table_display: Fix incorrect docstring
Commit 7b8f8753 removed the title parameter but forgot to remove it from the docstring. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r--src/pacman/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/util.c b/src/pacman/util.c
index 5d683608..7c6a8c0d 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -612,7 +612,6 @@ static size_t table_calc_widths(const alpm_list_t *header,
/** Displays the list in table format
*
- * @param title the tables title
* @param header the column headers. column count is determined by the nr
* of headers
* @param rows the rows to display as a list of lists of strings. the outer