From 027f9be0c7645f7e6926ab5fb4ef80f44eb91380 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 4 Oct 2006 16:59:33 +0000 Subject: [PATCH] Fix a weird typo. --- lib/ChangeLog | 5 +++++ lib/gl_rbtreehash_list.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index b47d068eb..7acd8526d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2006-10-03 Bruno Haible + * gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed + from gl_avltreehash_list_implementation. + +2006-10-03 Bruno Haible + * gl_oset.c (gl_oset_add): Fix return type. 2006-10-02 Dmitry V. Levin diff --git a/lib/gl_rbtreehash_list.c b/lib/gl_rbtreehash_list.c index b8029427d..26cc41561 100644 --- a/lib/gl_rbtreehash_list.c +++ b/lib/gl_rbtreehash_list.c @@ -95,7 +95,7 @@ gl_rbtreehash_list_check_invariants (gl_list_t list) } -const struct gl_list_implementation gl_avltreehash_list_implementation = +const struct gl_list_implementation gl_rbtreehash_list_implementation = { gl_tree_create_empty, gl_tree_create, -- 2.11.0