diff options
Diffstat (limited to 'Build/source/texk/kpathsea/default.h')
-rw-r--r-- | Build/source/texk/kpathsea/default.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/default.h b/Build/source/texk/kpathsea/default.h index 2b3e0efea7b..cdf1bd30749 100644 --- a/Build/source/texk/kpathsea/default.h +++ b/Build/source/texk/kpathsea/default.h @@ -26,7 +26,7 @@ no extra colons, return PATH. Only one extra colon is replaced. DFLT may not be NULL. The result is always in new memory. */ -extern string kpathsea_expand_default (kpathsea kpse, const_string path, +extern string kpathsea_expand_default (kpathsea kpse, const_string path, const_string dflt); #if defined(KPSE_COMPAT_API) |