Mercurial > pidgin.yaz
changeset 12646:5c5e03b9aed6
[gaim-migrate @ 14984]
Fix the prototype on jabber_offline_message to fix a warning. I somehow missed this before.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 23 Dec 2005 19:50:39 +0000 |
parents | fc28451f5d96 |
children | 852df2d9d4f8 |
files | src/protocols/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }