summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/refill.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 11:27:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 11:27:49 +0000
commit23bf17ef09710efb1c23a33846c75dc1d8acc213 (patch)
treed1ef6ce800a5b19a80d1a8eda0ced32f5d85a6c3 /lib/libc/stdio/refill.c
parent1cb60e524c21b92c86a798f5c67317a1a171a970 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/refill.c')
-rw-r--r--lib/libc/stdio/refill.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c
index 87938302157f..d4eb78b47a94 100644
--- a/lib/libc/stdio/refill.c
+++ b/lib/libc/stdio/refill.c
@@ -50,8 +50,7 @@ static const char rcsid[] =
static int lflush __P((FILE *));
static int
-lflush(fp)
- FILE *fp;
+lflush(FILE *fp)
{
if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR))