aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmsetopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmsetopt.c')
-rw-r--r--src/gdbmsetopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmsetopt.c b/src/gdbmsetopt.c
index f9face0..865f5a5 100644
--- a/src/gdbmsetopt.c
+++ b/src/gdbmsetopt.c
@@ -56,3 +56,2 @@ setopt_gdbm_setcachesize (GDBM_FILE dbf, void *optval, int optlen)
- /* Optval will point to the new size of the cache. */
if (dbf->bucket_cache != NULL)
@@ -63,2 +62,3 @@ setopt_gdbm_setcachesize (GDBM_FILE dbf, void *optval, int optlen)
+ /* Optval will point to the new size of the cache. */
if (get_size (optval, optlen, &sz))

Return to:

Send suggestions and report system problems to the System administrator.