diff options
Diffstat (limited to 'Build/source/texk/kpathsea/readable.h')
-rw-r--r-- | Build/source/texk/kpathsea/readable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/readable.h b/Build/source/texk/kpathsea/readable.h index 23e09c683ee..43e1e385f75 100644 --- a/Build/source/texk/kpathsea/readable.h +++ b/Build/source/texk/kpathsea/readable.h @@ -25,9 +25,9 @@ /* If NAME is readable and is a regular file, return it. If the error is ENAMETOOLONG, truncate any too-long path components, and if the result is a readable file, return that. Otherwise return NULL. */ - + extern KPSEDLL string kpathsea_readable_file (kpathsea kpse, - const_string name); + const_string name); #if defined (KPSE_COMPAT_API) extern KPSEDLL string kpse_readable_file (const_string name); |