From cde1496de29616033c942325607f86b406c3829f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 1 Mar 2010 23:43:47 +0000 Subject: Squelch some compiler warnings. svn path=/trunk/; revision=32074 --- conditions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conditions.c') diff --git a/conditions.c b/conditions.c index 7a1e9ee63a..67c408b423 100644 --- a/conditions.c +++ b/conditions.c @@ -206,7 +206,7 @@ void _cnd_find_hash_key_for_class_id(gpointer key, gpointer user_data){ char* class_id = (char*)user_data; char* key_value = (char*)key; - if(strcmp(class_id, key_value) == 0) pkey = key; + if(strcmp(class_id, key_value) == 0) pkey = key_value; } /* END _cnd_find_hash_key_for_class_id() */ /* -- cgit v1.2.1