output: Add auxiliary data parameter to tab_dim.
[pspp-builds.git] / src / language / stats / sign.c
index b76d9e33ebc59ae43db95f04339b344469c34434..2ef60899a9b9be56c47e01984f0ce273dfd1a1b0 100644 (file)
@@ -56,7 +56,7 @@ output_frequency_table (const struct two_sample_test *t2s,
   const struct variable *wv = dict_get_weight (dict);
   const struct fmt_spec *wfmt = wv ? var_get_print_format (wv) : & F_8_0;
 
-  tab_dim (table, tab_natural_dimensions);
+  tab_dim (table, tab_natural_dimensions, NULL);
 
   tab_title (table, _("Frequencies"));
 
@@ -109,7 +109,7 @@ output_statistics_table (const struct two_sample_test *t2s,
   int i;
   struct tab_table *table = tab_create (1 + t2s->n_pairs, 4, 0);
 
-  tab_dim (table, tab_natural_dimensions);
+  tab_dim (table, tab_natural_dimensions, NULL);
 
   tab_title (table, _("Test Statistics"));