table: Rename area_style to table_area_style for consistency.
[pspp] / src / output / spv / spv-writer.c
index 1cba64bd8b6bea47b223441e1d013304b09f2999..db8d03dfbffee47f320e29b6db962895b9a829db 100644 (file)
@@ -795,7 +795,7 @@ put_light_table (struct buf *buf, uint64_t table_id,
   /* Areas. */
   for (size_t i = 0; i < PIVOT_N_AREAS; i++)
     {
-      const struct area_style *a = &table->areas[i];
+      const struct table_area_style *a = &table->areas[i];
       put_byte (buf, i + 1);
       put_byte (buf, 0x31);
       put_string (buf, (a->font_style.typeface