diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-09 15:05:03 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-06-20 17:32:57 +1000 |
commit | 53d963344964550c0ed02532016867ee84ad1aa8 (patch) | |
tree | aa207571197be46b99dff1955709856a2c944c74 /src/pacman/util.c | |
parent | 0f302df5edf40eabfa28724f8b4e1cc2f3fa176b (diff) |
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/pacman/util.c')
-rw-r--r-- | src/pacman/util.c | 1 |
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 |