diff options
Diffstat (limited to 'Build/source/texk/kpathsea/knj.c')
-rw-r--r-- | Build/source/texk/kpathsea/knj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/knj.c b/Build/source/texk/kpathsea/knj.c index b5658f76671..09d718ce8e2 100644 --- a/Build/source/texk/kpathsea/knj.c +++ b/Build/source/texk/kpathsea/knj.c @@ -517,7 +517,7 @@ kpathsea_win32_putc(kpathsea kpse, int c, FILE *fp) } int -kpathsea_IS_KANJI(kpathsea kpse, char *p) +kpathsea_IS_KANJI(kpathsea kpse, const char *p) { int ret; @@ -625,7 +625,7 @@ win32_putc(int c, FILE *fp) } int -IS_KANJI(char *p) +IS_KANJI(const char *p) { return kpathsea_IS_KANJI(kpse_def, p); } |