From 6ce6e99659ea6142bb923a4e62dfb8a269b7d4b6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 18 Jun 2004 22:55:28 +0000 Subject: [project @ 2004-06-18 22:55:28 by bursa] Output some more data in box_dump(). svn path=/import/netsurf/; revision=980 --- render/box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index c1250469a..142a74c6a 100644 --- a/render/box.h +++ b/render/box.h @@ -164,7 +164,7 @@ struct box { char *href; /**< Link, or 0. */ char *title; /**< Title, or 0. */ - unsigned int columns; /**< Number of columns for TABLE only. */ + unsigned int columns; /**< Number of columns for TABLE / TABLE_CELL. */ unsigned int rows; /**< Number of rows for TABLE only. */ unsigned int start_column; /**< Start column for TABLE_CELL only. */ -- cgit v1.2.3