summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/read-mapfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/xdvik/read-mapfile.c')
-rw-r--r--Build/source/texk/xdvik/read-mapfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/xdvik/read-mapfile.c b/Build/source/texk/xdvik/read-mapfile.c
index f637f06f6ae..ccc2233e83e 100644
--- a/Build/source/texk/xdvik/read-mapfile.c
+++ b/Build/source/texk/xdvik/read-mapfile.c
@@ -129,7 +129,7 @@ read_map_file(char *name)
/* If we had a header we were downloading, figure out what to do;
couldn't do this above since we want to check the suffix. */
if (hdr_name) {
- char *suffix = find_suffix(hdr_name);
+ const char *suffix = find_suffix(hdr_name);
if (encoding_p
|| (suffix != NULL && strcmp(suffix, "enc") == 0)) {
Vectfile = hdr_name;