summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk/newobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttf2pk/newobj.h')
-rw-r--r--Build/source/texk/ttf2pk/newobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/ttf2pk/newobj.h b/Build/source/texk/ttf2pk/newobj.h
index f7c474dfa58..52beb0737ea 100644
--- a/Build/source/texk/ttf2pk/newobj.h
+++ b/Build/source/texk/ttf2pk/newobj.h
@@ -27,7 +27,7 @@ void *myrealloc(void *oldp, size_t len);
char *get_line(FILE *f);
Boolean texlive_getline(char **bufferp, FILE *f);
-char *newstring(char *s);
+char *newstring(const char *s);
ttfinfo *newchar(Font *fnt);
kern *newkern(void);