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>
This commit is contained in:
Johannes Löthberg 2015-06-09 15:05:03 +02:00 committed by Allan McRae
parent 0f302df5ed
commit 53d9633449
1 changed files with 0 additions and 1 deletions

View File

@ -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