aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gdbmsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmsync.c b/src/gdbmsync.c
index a8d1002..a75952b 100644
--- a/src/gdbmsync.c
+++ b/src/gdbmsync.c
@@ -29,5 +29,5 @@ gdbm_sync (GDBM_FILE dbf)
{
/* Return immediately if the database needs recovery */
- GDBM_ASSERT_CONSISTENCY (dbf, );
+ GDBM_ASSERT_CONSISTENCY (dbf, -1);
/* Initialize the gdbm_errno variable. */

Return to:

Send suggestions and report system problems to the System administrator.