Yet more constness
[pspp-builds.git] / src / language / utilities / set.q
index 685b3152cbffa44b9581f25a0438fbaeef0ee635..113373d73787b5fa6918c8f9cc5f77016f3faf73 100644 (file)
@@ -622,7 +622,7 @@ struct show_sbc
     void (*function) (void);
   };
 
-struct show_sbc show_table[] = 
+const struct show_sbc show_table[] = 
   {
     {"BLANKS", show_blanks},
     {"CCA", show_cca},