dictionary: Make dict_get_weight_format() return by value, not pointer.
[pspp] / src / language / commands / npar-summary.c
index fddf30639ebba7d2539c284d56ac1e741df84900..08a678df8368e70bfa30112f716afe763d4be9aa 100644 (file)
@@ -93,7 +93,7 @@ void
 do_summary_box (const struct descriptives *desc,
                const struct variable *const *vv,
                int n_vars,
-                const struct fmt_spec *wfmt)
+                const struct fmt_spec wfmt)
 {
   if (!desc)
     return;