aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index b13766e3076..1d838db3685 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -9621,7 +9621,7 @@ HIGHESTP non-nil means just return the highest priority one. */)
9621 return Fnreverse (val); 9621 return Fnreverse (val);
9622} 9622}
9623 9623
9624static char *suffixes[] = { "-unix", "-dos", "-mac" }; 9624static const char *const suffixes[] = { "-unix", "-dos", "-mac" };
9625 9625
9626static Lisp_Object 9626static Lisp_Object
9627make_subsidiaries (base) 9627make_subsidiaries (base)