From f440eb56a028322b39d35e04875797f8ca48289b Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 5 Mar 2001 11:06:18 +0000 Subject: Fix style breakage. --- lib/libc/stdio/refill.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/stdio/refill.c') 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(); -- cgit v1.1