aboutsummaryrefslogtreecommitdiffstats
path: root/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'table.h')
-rw-r--r--table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/table.h b/table.h
index fdcdef3..df03143 100644
--- a/table.h
+++ b/table.h
@@ -100,7 +100,7 @@ struct table {
short minimum_width[MAXCOL];
short fixed_width[MAXCOL];
struct table_cell cell;
- short *tabheight;
+ int *tabheight;
struct table_in *tables;
short ntable;
short tables_size;