More constness/namespace policing
[pspp-builds.git] / src / language / stats / frequencies.q
index 24ab054bed517de828ed85660801e4710792f6b1..d78f37a7459ec726fc14d2312d4d767abd82e2dd 100644 (file)
@@ -118,7 +118,7 @@ struct frq_info
   };
 
 /* Table of statistics, indexed by dsc_*. */
-static struct frq_info st_name[frq_n_stats + 1] =
+static const struct frq_info st_name[frq_n_stats + 1] =
 {
   {FRQ_ST_MEAN, N_("Mean")},
   {FRQ_ST_SEMEAN, N_("S.E. Mean")},