diff options
Diffstat (limited to 'src/table.cc')
-rw-r--r-- | src/table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table.cc b/src/table.cc index d21f8d74..58cdf22e 100644 --- a/src/table.cc +++ b/src/table.cc @@ -219,7 +219,7 @@ void Html_tag_open_th(DilloHtml *html, const char *tag, int tagsize) /* * The table border model is stored in the table's stack item - */ + */ static int Html_table_get_border_model(DilloHtml *html) { static int i_TABLE = -1; |