From 2b11839902f3e913ace63cdf62e41f5dd36f51ed Mon Sep 17 00:00:00 2001 From: Freddie Witherden Date: Sat, 22 Nov 2008 13:55:01 +0000 Subject: [PATCH] Fix an indentation error in table.h git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6361 4a71c877-e1ca-e34f-864e-861f7616d084 --- lib/betawidget/table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/betawidget/table.h b/lib/betawidget/table.h index 02d71a63d..56186e97c 100644 --- a/lib/betawidget/table.h +++ b/lib/betawidget/table.h @@ -244,7 +244,7 @@ bool tableAddChildWithAlign(table *self, widget *child, * @param column The column in the table to add the child to. * @param colspan The number of columns spanned by the child. * @param v Horizontal alignment of the child. -* @return true if the child was successfully added, false otherwise. + * @return true if the child was successfully added, false otherwise. */ bool tableAddChildWithSpanAlign(table *self, widget *child, int row, int rowspan, vAlign v,