output: Remove write-only "col_group' member from struct tab_table.
[pspp-builds.git] / src / language / data-io / print.c
index cb06dc64f14fd7d4c8e7c46f55187234168a7fe9..fa84f83aa4c7f701e2fd3eabd71318c0bb744616 100644 (file)
@@ -396,7 +396,7 @@ dump_table (struct print_trns *trns, const struct file_handle *fh)
 
   spec_cnt = ll_count (&trns->specs);
   t = tab_create (4, spec_cnt + 1, 0);
-  tab_columns (t, TAB_COL_DOWN, 1);
+  tab_columns (t, TAB_COL_DOWN);
   tab_box (t, TAL_1, TAL_1, TAL_0, TAL_1, 0, 0, 3, spec_cnt);
   tab_hline (t, TAL_2, 0, 3, 1);
   tab_headers (t, 0, 0, 1, 0);