From b8bcb2b8391b6c21457d83d485c754b01cb276bd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 18 Dec 2006 20:17:35 +0000 Subject: [PATCH] Forgotten file --- glib/ghash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/ghash.c b/glib/ghash.c index 10697583..ca025ee7 100644 --- a/glib/ghash.c +++ b/glib/ghash.c @@ -54,7 +54,7 @@ struct _GHashTable GHashNode **nodes; GHashFunc hash_func; GEqualFunc key_equal_func; - volatile guint ref_count; + volatile gint ref_count; GDestroyNotify key_destroy_func; GDestroyNotify value_destroy_func; }; -- 2.34.1