From a831337e2ae4cdd3b551071a4523b8153cc06171 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 5 Dec 2015 06:56:55 +0000 Subject: Minor changes --- src/update.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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 */ } -- cgit v1.2.1