format: Reduce size of struct fmt_spec from 6 bytes to 4.
[pspp] / src / language / utilities / output.c
index 2d7e811885916b0dfd0b397eafd2907ba150819e..f0dd016a829bfb2daa7e4c1049453d8c4964a622 100644 (file)
@@ -61,7 +61,7 @@ cmd_output (struct lexer *lexer, struct dataset *ds UNUSED)
       else if (lex_match_id (lexer, "TABLECELLS"))
        {
           string_set_clear (&rc_names);
-         struct fmt_spec fmt = { 0, 0, 0 };
+         struct fmt_spec fmt = { .type = 0 };
 
          while (lex_token (lexer) != T_SLASH &&
                 lex_token (lexer) != T_ENDCMD)