[gaim-migrate @ 14984]

Fri, 23 Dec 2005 19:50:39 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Fri, 23 Dec 2005 19:50:39 +0000
changeset 12646
1cf7cd03ada3
parent 12645
a907ba243930
child 12647
b00d9913117e

[gaim-migrate @ 14984]
Fix the prototype on jabber_offline_message to fix a warning. I somehow missed this before.

src/protocols/jabber/jabber.c file | annotate | diff | comparison | revisions
--- a/src/protocols/jabber/jabber.c	Fri Dec 23 19:26:04 2005 +0000
+++ b/src/protocols/jabber/jabber.c	Fri Dec 23 19:50:39 2005 +0000
@@ -1605,7 +1605,7 @@
 	return GAIM_CMD_RET_OK;
 }
 
-static gboolean jabber_offline_message(GaimBuddy *buddy)
+static gboolean jabber_offline_message(const GaimBuddy *buddy)
 {
 	return TRUE;
 }

mercurial