Make opts const
[pspp] / src / data / ods-reader.c
index dd19898c539ce569271600056ddba5db6058c985..fc23c2dbaf0cfa34a06f5190a312b4ab7942fc45 100644 (file)
@@ -419,7 +419,8 @@ struct spreadsheet *ods_probe (const char *filename, bool report_errors)
 
 struct casereader *
 ods_make_reader (struct spreadsheet *spreadsheet, 
-                const struct spreadsheet_read_info *gri, struct spreadsheet_read_options *opts)
+                const struct spreadsheet_read_info *gri,
+                const struct spreadsheet_read_options *opts)
 {
   intf ret = 0;
   xmlChar *type = NULL;