diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-10-31 11:22:26 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-10-31 11:22:26 +0000 |
commit | 6f1454580d0c7d6e50319116a72447c6e7efaea5 (patch) | |
tree | 5f0a2f5769f2d49c2477f332866c779aec6ad91d /table.h | |
parent | Update ChangeLog (diff) | |
download | w3m-6f1454580d0c7d6e50319116a72447c6e7efaea5.tar.gz w3m-6f1454580d0c7d6e50319116a72447c6e7efaea5.zip |
Revert "Treat table height as int instead of short"
This reverts commit 0c9aebb26a16ad3acc69b2e87ffd216d43879cb6.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842623
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ struct table { short minimum_width[MAXCOL]; short fixed_width[MAXCOL]; struct table_cell cell; - int *tabheight; + short *tabheight; struct table_in *tables; short ntable; short tables_size; |