diff options
Diffstat (limited to 'Build/source/texk/kpathsea/line.h')
-rw-r--r-- | Build/source/texk/kpathsea/line.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/line.h b/Build/source/texk/kpathsea/line.h index 6e657a0acea..f2a8d89b946 100644 --- a/Build/source/texk/kpathsea/line.h +++ b/Build/source/texk/kpathsea/line.h @@ -26,6 +26,6 @@ /* Return NULL if we are at EOF, else the next line of F. The newline character at the end of string is removed. The string is allocated with malloc. */ -extern KPSEDLL string read_line P1H(FILE *f); +extern KPSEDLL string read_line (FILE *f); #endif /* not LINE_H */ |