diff options
Diffstat (limited to 'lib/libc/stdio/wsetup.c')
-rw-r--r-- | lib/libc/stdio/wsetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/wsetup.c b/lib/libc/stdio/wsetup.c index 074a880..be5c0a6 100644 --- a/lib/libc/stdio/wsetup.c +++ b/lib/libc/stdio/wsetup.c @@ -53,7 +53,7 @@ static const char rcsid[] = */ int __swsetup(fp) - register FILE *fp; + FILE *fp; { /* make sure stdio is set up */ if (!__sdidinit) |