From 53d963344964550c0ed02532016867ee84ad1aa8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 9 Jun 2015 15:05:03 +0200 Subject: util.c: table_display: Fix incorrect docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 7b8f8753 removed the title parameter but forgot to remove it from the docstring. Signed-off-by: Johannes Löthberg Signed-off-by: Allan McRae --- src/pacman/util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-24-g4f1b