mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 15:45:03 -04:00
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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user