summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--newlib/libc/stdio/vfscanf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdio/vfscanf.c b/newlib/libc/stdio/vfscanf.c
index b6b90c80e..b9d59aa5b 100644
--- a/newlib/libc/stdio/vfscanf.c
+++ b/newlib/libc/stdio/vfscanf.c
@@ -871,7 +871,7 @@ _DEFUN(__SVFSCANF_R, (rptr, fp, fmt0, ap),
}
else
#endif
- if (flags & SUPPRESS)
+ if (flags & SUPPRESS)
{
size_t sum = 0;
for (;;)
@@ -1013,7 +1013,7 @@ _DEFUN(__SVFSCANF_R, (rptr, fp, fmt0, ap),
}
else
#endif
- if (flags & SUPPRESS)
+ if (flags & SUPPRESS)
{
n = 0;
while (!isspace (*fp->_p))