Replace some calls to xcalloc with XCALLOC
[pspp] / src / language / stats / t-test-indep.c
index b4cb430f198250625a93c0f9334f3b0e07506ce4..ffa2380bb2b1e6125e110787e57cf049057dad12 100644 (file)
@@ -82,7 +82,7 @@ indep_run (struct tt *tt, const struct variable *gvar,
   struct ccase *c;
   struct casereader *r;
 
-  struct pair_stats *ps = xcalloc (tt->n_vars, sizeof *ps);
+  struct pair_stats *ps = XCALLOC (tt->n_vars,  struct pair_stats);
 
   int v;