projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56151b2
)
Fix typo: s/false/0/.
author
Jim Meyering
<jim@meyering.net>
Sat, 20 Jan 2001 09:34:20 +0000
(09:34 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 20 Jan 2001 09:34:20 +0000
(09:34 +0000)
lib/hash.c
patch
|
blob
|
history
diff --git
a/lib/hash.c
b/lib/hash.c
index a94a5495a1e6169271286568bd7908aed9dfafa4..0c2d423cfe9079f9a5b35b9fcb583510a1248d2f 100644
(file)
--- a/
lib/hash.c
+++ b/
lib/hash.c
@@
-1,5
+1,5
@@
/* hash - hashing table processing.
- Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000
, 2001
Free Software Foundation, Inc.
Written by Jim Meyering, 1992.
This program is free software; you can redistribute it and/or modify
@@
-111,7
+111,7
@@
static const Hash_tuning default_tuning =
DEFAULT_SHRINK_FACTOR,
DEFAULT_GROWTH_THRESHOLD,
DEFAULT_GROWTH_FACTOR,
- false
+ 0
};
/* Information and lookup. */