diff options
Diffstat (limited to 'libc/stdio/freopen.c')
-rw-r--r-- | libc/stdio/freopen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdio/freopen.c b/libc/stdio/freopen.c index 414d8108e..59b222864 100644 --- a/libc/stdio/freopen.c +++ b/libc/stdio/freopen.c @@ -40,8 +40,8 @@ #include <stdlib.h> #include "local.h" -/* - * Re-direct an existing, open (probably) file to some other file. +/* + * Re-direct an existing, open (probably) file to some other file. * ANSI is written such that the original file gets closed if at * all possible, no matter what. */ |