aboutsummaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index ab34d75..2171250 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -127,6 +127,7 @@ gdbm_file_sync (GDBM_FILE dbf)
GDBM_SET_ERRNO (dbf, GDBM_FILE_SYNC_ERROR, TRUE);
return 1;
}
+ return 0;
#else
sync ();
sync ();

Return to:

Send suggestions and report system problems to the System administrator.