summaryrefslogtreecommitdiff
path: root/lib/hash.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-20 09:36:19 +0000
committerJim Meyering <jim@meyering.net>2001-01-20 09:36:19 +0000
commit403b4c49eb03d947ce227d2fcbc923ceaf6896c1 (patch)
tree0954914ca956fc8c8bf2905c4bc97d662634c1a9 /lib/hash.c
parentc6014bc847297b33eacacb93c6c108adcd28e2b1 (diff)
downloadcoreutils-403b4c49eb03d947ce227d2fcbc923ceaf6896c1.tar.xz
whoops. revert last change
Diffstat (limited to 'lib/hash.c')
-rw-r--r--lib/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hash.c b/lib/hash.c
index 0c2d423cf..802a34ed4 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -111,7 +111,7 @@ static const Hash_tuning default_tuning =
DEFAULT_SHRINK_FACTOR,
DEFAULT_GROWTH_THRESHOLD,
DEFAULT_GROWTH_FACTOR,
- 0
+ false
};
/* Information and lookup. */