summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRyan Lortie <ryanl@src.gnome.org>2007-12-04 02:37:55 +0000
committerRyan Lortie <ryanl@src.gnome.org>2007-12-04 02:37:55 +0000
commit7c65cf59155b264a709b29436ce577b6385d11b4 (patch)
tree064334d858973e1bb93bb79da6324e4e3e0e7d2c /tests
parent591e89c589bf0196c9dd4b48cc69bc4879c832bc (diff)
typos.
svn path=/trunk/; revision=6032
Diffstat (limited to 'tests')
-rw-r--r--tests/hash-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash-test.c b/tests/hash-test.c
index bfdba06f5..80c2ffb93 100644
--- a/tests/hash-test.c
+++ b/tests/hash-test.c
@@ -234,7 +234,7 @@ static void second_hash_test (gboolean simple_hash)
h = g_hash_table_new_full (simple_hash ? one_hash : honeyman_hash,
second_hash_cmp,
- g_xfree, g_xfree);
+ g_free, g_free);
g_assert (h != NULL);
for (i=0; i<20; i++)
{