summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/mime.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/xdvik/mime.c')
-rw-r--r--Build/source/texk/xdvik/mime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/xdvik/mime.c b/Build/source/texk/xdvik/mime.c
index c0ee011bf05..fe16fa424d6 100644
--- a/Build/source/texk/xdvik/mime.c
+++ b/Build/source/texk/xdvik/mime.c
@@ -128,8 +128,8 @@ static struct mime_map default_mimemap[] = {
struct mailcap_map {
char *content_type;
- char *command; /* command string */
- char *testcmd; /* value of the `test=' field, or NULL if no test field present */
+ const char *command; /* command string */
+ const char *testcmd; /* value of the `test=' field, or NULL if no test field present */
Boolean needsterminal; /* whether the `needsterminal' flag has been specified for this entry */
const char *format_string; /* format specifier ("%s" or "%u" or "") */
};