summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/test/hash.tests/tseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/test/hash.tests/tseq.c')
-rw-r--r--lib/libc/db/test/hash.tests/tseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/test/hash.tests/tseq.c b/lib/libc/db/test/hash.tests/tseq.c
index f45700e..f41c172 100644
--- a/lib/libc/db/test/hash.tests/tseq.c
+++ b/lib/libc/db/test/hash.tests/tseq.c
@@ -72,7 +72,7 @@ char **argv;
/*
* put info in structure, and structure in the item
*/
- for ( stat = (dbp->seq) (dbp, &res, &item, 1 );
+ for ( stat = (dbp->seq) (dbp, &res, &item, 1 );
stat == 0;
stat = (dbp->seq) (dbp, &res, &item, 0 ) ) {
OpenPOWER on IntegriCloud