diff options
Diffstat (limited to 'Build/source/texk/kpathsea/xftello.c')
-rw-r--r-- | Build/source/texk/kpathsea/xftello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xftello.c b/Build/source/texk/kpathsea/xftello.c index 4e6aec21dcb..9fd44df4257 100644 --- a/Build/source/texk/kpathsea/xftello.c +++ b/Build/source/texk/kpathsea/xftello.c @@ -20,7 +20,7 @@ off_t -xftello P2C(FILE *, f, string, filename) +xftello (FILE *f, string filename) { off_t where = ftello (f); |