X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-item.h;h=3b8c09d75909fb51a2efa1ef0f5a5d556e42a883;hb=6068787ea557d3a6bb636d1d5b39c75eae30fd6f;hp=1cc92eaf5dc27c2f7e4587cc4a3bf8160f194f7c;hpb=f278ec924a1f795d06a497ca44866aac4cde5c9f;p=pspp diff --git a/src/output/table-item.h b/src/output/table-item.h index 1cc92eaf5d..3b8c09d759 100644 --- a/src/output/table-item.h +++ b/src/output/table-item.h @@ -34,6 +34,7 @@ struct table_item_text char *content; const struct footnote **footnotes; size_t n_footnotes; + int halign; /* TAB_*. */ struct cell_style *style; };