X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.h;h=3f97b0ee403275f38a9298e9416dc1575b14a77b;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=93f4d1e9a1c742b20d7a334bacfefeea2cdbcd92;hpb=b74d09af5e07f954c18e7cdb8aca3af47fa10208;p=pspp-builds.git diff --git a/src/output/table.h b/src/output/table.h index 93f4d1e9..3f97b0ee 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -76,7 +75,7 @@ typedef void tab_dim_func (struct tab_table *, struct outp_driver *); struct tab_table { struct pool *container; - + /* Contents. */ int col_style; /* Columns: One of TAB_COL_*. */ int col_group; /* Number of rows per column group. */