summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-05 11:06:18 +0000
committerobrien <obrien@FreeBSD.org>2001-03-05 11:06:18 +0000
commitf440eb56a028322b39d35e04875797f8ca48289b (patch)
tree96a7d1e4efb9313676df689907b9177d21675366
parent4de5335b361c5ce47477483c3d0aa85bb3e26bf0 (diff)
downloadFreeBSD-src-f440eb56a028322b39d35e04875797f8ca48289b.zip
FreeBSD-src-f440eb56a028322b39d35e04875797f8ca48289b.tar.gz
Fix style breakage.
-rw-r--r--lib/libc/stdio/refill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c
index 2adb3a7..fa46d78 100644
--- a/lib/libc/stdio/refill.c
+++ b/lib/libc/stdio/refill.c
@@ -73,6 +73,7 @@ lflush(FILE *fp)
int
__srefill(FILE *fp)
{
+
/* make sure stdio is set up */
if (!__sdidinit)
__sinit();
OpenPOWER on IntegriCloud