format: Reduce size of struct fmt_spec from 6 bytes to 4.
[pspp] / src / data / settings.c
index 1b48299446d777491fbf9fad5cc087204481bb22..bcedc4172469463954c73758bd124edf40703511 100644 (file)
@@ -105,7 +105,7 @@ static struct settings the_settings = {
   true,                         /* mprint */
   40,                           /* mxloops */
   64L * 1024 * 1024,            /* workspace */
-  {FMT_F, 8, 2},                /* default_format */
+  { .type = FMT_F, .w = 8, .d = 2 }, /* default_format */
   false,                        /* testing_mode */
   6,                            /* fuzzbits */
   ENHANCED,                     /* cmd_algorithm */