aboutsummaryrefslogtreecommitdiff
path: root/tests/gtdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtdump.c')
-rw-r--r--tests/gtdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtdump.c b/tests/gtdump.c
index 2d3049a..7030cfd 100644
--- a/tests/gtdump.c
+++ b/tests/gtdump.c
@@ -90,7 +90,7 @@ main (int argc, char **argv)
dbf = gdbm_open (dbname, 0, GDBM_READER|flags, 00664, NULL);
if (!dbf)
{
- fprintf (stderr, "gdbm_open failed: %s", gdbm_strerror (gdbm_errno));
+ fprintf (stderr, "gdbm_open failed: %s\n", gdbm_strerror (gdbm_errno));
exit (1);
}

Return to:

Send suggestions and report system problems to the System administrator.