treewide: Use struct fmt_spec by value instead of pointer in most cases.
[pspp] / src / language / commands / means.c
index c1337ad949fbb63d8dd3560d759a075b935707d5..eacc74f3d9518a82286b7c32e11da85c5f5b2b52 100644 (file)
@@ -577,7 +577,7 @@ populate_table (const struct means *means, const struct mtable *mt,
          if (NULL == cell_spec[stat].rc)
            {
              const struct variable *dv = mt->dep_vars[v];
-             pv->numeric.format = var_get_print_format (dv);
+             pv->numeric.format = var_get_print_format (dv);
            }
           pivot_table_put (pt, indexes, pt->n_dimensions, pv);
         }