Fri, 23 Dec 2005 19:50:39 +0000
[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; }