diff options
Diffstat (limited to 'Build/source/texk/kpathsea/mingw32.c')
-rw-r--r-- | Build/source/texk/kpathsea/mingw32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/mingw32.c b/Build/source/texk/kpathsea/mingw32.c index 755514e42ca..b0e15e6a2a4 100644 --- a/Build/source/texk/kpathsea/mingw32.c +++ b/Build/source/texk/kpathsea/mingw32.c @@ -404,8 +404,8 @@ look_for_cmd(const char *cmd, char **app) char *env_path; const char *p, *q; char pname[MAXPATHLEN], *fp; - char *suffixes[] = { ".bat", ".cmd", ".com", ".exe", NULL }; - char **s; + const char *suffixes[] = { ".bat", ".cmd", ".com", ".exe", NULL }; + const char **s; char *app_name; BOOL go_on; |