Rename sheets to n_sheets
[pspp] / src / data / spreadsheet-reader.h
index 9f84fa1abeb9eab212e9f6c7af13585c8191095a..765f3ca953705af2cfe849f5a445cad1b6d41790 100644 (file)
@@ -66,7 +66,7 @@ struct spreadsheet
   enum spreadsheet_type type;
 
   /* The total number of sheets in the "workbook" */
-  int sheets;
+  int n_sheets;
 
   /* The dictionary */
   struct dictionary *dict;