dictionary: Make dict_get_weight_format() return by value, not pointer.
[pspp] / src / language / commands / jonckheere-terpstra.c
index 7d654bbecbff4ef86155abbdb354578c09366ef4..b0385fa577bc5fba89fdac23734c6fcddb5666f3 100644 (file)
@@ -222,7 +222,7 @@ struct jt
 };
 
 static void show_jt (const struct n_sample_test *, const struct jt *,
-                     const struct fmt_spec *wfmt);
+                     const struct fmt_spec wfmt);
 
 
 void
@@ -350,7 +350,7 @@ jonckheere_terpstra_execute (const struct dataset *ds,
 \f
 static void
 show_jt (const struct n_sample_test *nst, const struct jt *jt,
-         const struct fmt_spec *wfmt)
+         const struct fmt_spec wfmt)
 {
   struct pivot_table *table = pivot_table_create (
     N_("Jonckheere-Terpstra Test"));