summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/test/hash.tests/tdel.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/test/hash.tests/tdel.c')
-rw-r--r--lib/libc/db/test/hash.tests/tdel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/test/hash.tests/tdel.c b/lib/libc/db/test/hash.tests/tdel.c
index ed3f90a..fb99431 100644
--- a/lib/libc/db/test/hash.tests/tdel.c
+++ b/lib/libc/db/test/hash.tests/tdel.c
@@ -99,7 +99,7 @@ char **argv;
fprintf(stderr, "cannot enter: key %s\n",
item.data);
exit(1);
- }
+ }
}
if ( --argc ) {
@@ -113,7 +113,7 @@ char **argv;
if (stat) {
fprintf ( stderr, "Error retrieving %s\n", key.data );
exit(1);
- }
+ }
}
fclose(fp);
}
OpenPOWER on IntegriCloud