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:
parent
0f302df5ed
commit
53d9633449
1 changed files with 0 additions and 1 deletions
|
@ -612,7 +612,6 @@ static size_t table_calc_widths(const alpm_list_t *header,
|
||||||
|
|
||||||
/** Displays the list in table format
|
/** Displays the list in table format
|
||||||
*
|
*
|
||||||
* @param title the tables title
|
|
||||||
* @param header the column headers. column count is determined by the nr
|
* @param header the column headers. column count is determined by the nr
|
||||||
* of headers
|
* of headers
|
||||||
* @param rows the rows to display as a list of lists of strings. the outer
|
* @param rows the rows to display as a list of lists of strings. the outer
|
||||||
|
|
Loading…
Add table
Reference in a new issue