diff options
Diffstat (limited to 'libc/stdio/findfp.c')
-rw-r--r-- | libc/stdio/findfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/findfp.c b/libc/stdio/findfp.c index a55a65d..039293f 100644 --- a/libc/stdio/findfp.c +++ b/libc/stdio/findfp.c @@ -50,7 +50,7 @@ int __sdidinit; /* p r w flags file _bf z cookie close read seek write ext */ - /* the usual - (stdin + stdout + stderr) */ +/* the usual - (stdin + stdout + stderr) */ static FILE usual[FOPEN_MAX - 3]; static struct __sfileext usualext[FOPEN_MAX - 3]; static struct glue uglue = { 0, FOPEN_MAX - 3, usual }; |