aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/update.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/update.c b/src/update.c
index 60e46a9..88f5e39 100644
--- a/src/update.c
+++ b/src/update.c
@@ -106,9 +106,7 @@ _gdbm_fatal (GDBM_FILE dbf, const char *val)
if ((dbf != NULL) && (dbf->fatal_err != NULL))
(*dbf->fatal_err) (val);
else
- {
- fprintf (stderr, _("gdbm fatal: %s\n"), val ? val : "");
- }
+ fprintf (stderr, _("gdbm fatal: %s\n"), val ? val : "");
exit (1);
/* NOTREACHED */
}

Return to:

Send suggestions and report system problems to the System administrator.