diff options
Diffstat (limited to 'Build/source/texk/kpathsea/line.c')
-rw-r--r-- | Build/source/texk/kpathsea/line.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/line.c b/Build/source/texk/kpathsea/line.c index 3e2fb686e38..04d193a8d91 100644 --- a/Build/source/texk/kpathsea/line.c +++ b/Build/source/texk/kpathsea/line.c @@ -23,7 +23,7 @@ #define BLOCK_SIZE 75 char * -read_line P1C(FILE*, f) +read_line (FILE*f) { int c; unsigned limit = BLOCK_SIZE; |