treewide: Use struct fmt_spec by value instead of pointer in most cases.
[pspp] / src / language / commands / mrsets.c
index fbcd1da215a46ec80bbe4baa76c5468a4fd3eeb3..0e267c051442e89048651cc7a9ada7b74f90899d 100644 (file)
@@ -596,7 +596,7 @@ parse_display (struct lexer *lexer, struct dictionary *dict)
         pivot_table_put2 (table, 2, row,
                           pivot_value_new_value (
                             &mrset->counted, mrset->width,
-                            &F_8_0, dict_get_encoding (dict)));
+                            F_8_0, dict_get_encoding (dict)));
 
       /* Variable names. */
       struct string var_names = DS_EMPTY_INITIALIZER;