# HG changeset patch # User Luke Schierer # Date 1093975318 0 # Node ID b76915608068a94ddef8b6b2e1ded9ae6bd8caed # Parent a58f010171f9be3c9de1b792cf60a66ae32dd52a [gaim-migrate @ 10813] (13:59:38) nosnilmot: LSchiere2: I'm surprised at datallah for submitting a patch with a compile warning... committer: Tailor Script diff -r a58f010171f9 -r b76915608068 src/protocols/zephyr/zephyr.c --- 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")); }