diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
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 | ||
| 9624 | static char *suffixes[] = { "-unix", "-dos", "-mac" }; | 9624 | static const char *const suffixes[] = { "-unix", "-dos", "-mac" }; |
| 9625 | 9625 | ||
| 9626 | static Lisp_Object | 9626 | static Lisp_Object |
| 9627 | make_subsidiaries (base) | 9627 | make_subsidiaries (base) |