Constness patrol
[pspp-builds.git] / src / data / sys-file-writer.c
index c5392666ff9d441d33b139c688d1a77b638e42b8..6cbd75575ec851a4dc11ab28ff692944e2a86461 100644 (file)
@@ -333,7 +333,7 @@ write_header (struct sfm_writer *w, const struct dictionary *d)
     }
   else
     {
-      static const char *month_name[12] =
+      static const char *const month_name[12] =
         {
           "Jan", "Feb", "Mar", "Apr", "May", "Jun",
           "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",