diff options
Diffstat (limited to 'lib/libc/stdio/flags.c')
-rw-r--r-- | lib/libc/stdio/flags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/flags.c b/lib/libc/stdio/flags.c index 4f39460..be1377d 100644 --- a/lib/libc/stdio/flags.c +++ b/lib/libc/stdio/flags.c @@ -56,10 +56,10 @@ static const char rcsid[] = */ int __sflags(mode, optr) - register const char *mode; + const char *mode; int *optr; { - register int ret, m, o; + int ret, m, o; switch (*mode++) { |