diff options
Diffstat (limited to 'Build/source/texk/kpathsea/xftell.c')
-rw-r--r-- | Build/source/texk/kpathsea/xftell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/xftell.c b/Build/source/texk/kpathsea/xftell.c index 4679907ed5f..d1481bdf18c 100644 --- a/Build/source/texk/kpathsea/xftell.c +++ b/Build/source/texk/kpathsea/xftell.c @@ -20,7 +20,7 @@ unsigned long -xftell P2C(FILE *, f, string, filename) +xftell (FILE *f, string filename) { long where = ftello (f); |