From: wessels <> Date: Thu, 24 Sep 1998 02:45:10 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~2653 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab96e65ceb10f65c26e6dac1d0fcbe91ac38840b;p=thirdparty%2Fsquid.git typo --- diff --git a/lib/hash.c b/lib/hash.c index c9ed0c67e3..9f257a721c 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -1,6 +1,6 @@ /* - * $Id: hash.c,v 1.4 1998/09/23 20:13:45 wessels Exp $ + * $Id: hash.c,v 1.5 1998/09/23 20:45:10 wessels Exp $ * * DEBUG: section 0 Hash Tables * AUTHOR: Harvest Derived @@ -237,7 +237,7 @@ hash_next(hash_table * hid) * */ void -hash_next(hash_table * hid) +hash_last(hash_table * hid) { assert(hid); hid->next = NULL;