summaryrefslogtreecommitdiff
path: root/libc/nptl/tst-stackguard1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nptl/tst-stackguard1.c')
-rw-r--r--libc/nptl/tst-stackguard1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/nptl/tst-stackguard1.c b/libc/nptl/tst-stackguard1.c
index 57a48ad29..29c614c0c 100644
--- a/libc/nptl/tst-stackguard1.c
+++ b/libc/nptl/tst-stackguard1.c
@@ -190,7 +190,7 @@ do_test (void)
the 16 runs, something is very wrong. */
int ndifferences = 0;
int ndefaults = 0;
- for (i = 0; i < N; ++i)
+ for (i = 0; i < N; ++i)
{
if (child_stack_chk_guards[i] != child_stack_chk_guards[i+1])
ndifferences++;