summaryrefslogtreecommitdiff
path: root/src/tool_vms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_vms.c')
-rw-r--r--src/tool_vms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_vms.c b/src/tool_vms.c
index e250b7afd..a2678313a 100644
--- a/src/tool_vms.c
+++ b/src/tool_vms.c
@@ -128,7 +128,7 @@ struct decc_feat_t {
};
/* Array of DECC$* feature names and their desired values. */
-static struct decc_feat_t decc_feat_array[] = {
+static const struct decc_feat_t decc_feat_array[] = {
/* Preserve command-line case with SET PROCESS/PARSE_STYLE=EXTENDED */
{ "DECC$ARGV_PARSE_STYLE", 1 },
/* Preserve case for file names on ODS5 disks. */