changeset 9921:b76915608068

[gaim-migrate @ 10813] (13:59:38) nosnilmot: LSchiere2: I'm surprised at datallah for submitting a patch with a compile warning... committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 31 Aug 2004 18:01:58 +0000
parents a58f010171f9
children b03884f4eda6
files src/protocols/zephyr/zephyr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Tue Aug 31 15:50:46 2004 +0000
+++ b/src/protocols/zephyr/zephyr.c	Tue Aug 31 18:01:58 2004 +0000
@@ -2180,7 +2180,7 @@
 	g_free(subscribe_failed);
 }
 
-static char *zephyr_get_chat_name(GaimConnection *gc, GHashTable *data) {
+static char *zephyr_get_chat_name(GHashTable *data) {
 	/** XXX someone who uses zephyr should verify this */
 	return g_strdup(g_hash_table_lookup(data, "recipient"));
 }