summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/version.c')
-rw-r--r--Build/source/texk/kpathsea/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/version.c b/Build/source/texk/kpathsea/version.c
index 6182b1d3f14..b8f374237b1 100644
--- a/Build/source/texk/kpathsea/version.c
+++ b/Build/source/texk/kpathsea/version.c
@@ -20,11 +20,11 @@
#include <kpathsea/version.h>
-char *kpathsea_version_string = (char *) KPSEVERSION;
+const char *kpathsea_version_string = KPSEVERSION;
/* If you are redistributing a modified version of the original
distribution, please change this address here, among many other
places. Thanks. */
-char *kpathsea_bug_address = (char *)
+const char *kpathsea_bug_address =
"Email bug reports to tex-k@tug.org.\n";