output: Add auxiliary data parameter to tab_dim.
[pspp-builds.git] / src / language / stats / binomial.c
index f4344b76e86010603e10e0af33a12e8f717632af..94b4119320a9d9bff5bc623fef6c8797c33a9bee 100644 (file)
@@ -202,7 +202,7 @@ binomial_execute (const struct dataset *ds,
 
       struct tab_table *table = tab_create (7, ost->n_vars * 3 + 1, 0);
 
-      tab_dim (table, tab_natural_dimensions);
+      tab_dim (table, tab_natural_dimensions, NULL);
 
       tab_title (table, _("Binomial Test"));