changeset 3112:ec753e4f3de2

Fix typo: s/false/0/.
author Jim Meyering <jim@meyering.net>
date Sat, 20 Jan 2001 09:34:20 +0000
parents d234221c77c1
children 264d9bd8cda0
files lib/hash.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     DEFAULT_SHRINK_FACTOR,
     DEFAULT_GROWTH_THRESHOLD,
     DEFAULT_GROWTH_FACTOR,
-    false
+    0
   };
 
 /* Information and lookup.  */