From ab96e65ceb10f65c26e6dac1d0fcbe91ac38840b Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 24 Sep 1998 02:45:10 +0000 Subject: [PATCH] typo --- lib/hash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3