diff options
author | James Booth <boothj5@gmail.com> | 2013-11-11 20:51:35 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-11-11 20:51:35 +0000 |
commit | 8c97658b8d1f7a10f146e33ca3dc5a7ff2aa3527 (patch) | |
tree | bd88eee2f2138e2d1cf5f5b52c7bb27972e0e75e /src/xmpp/roster.c | |
parent | 3e86d108a314a067589e32b60d2f6374eae501b6 (diff) | |
parent | c5f76721ce9d10b127d54e127ac34e555c749465 (diff) | |
download | profani-tty-8c97658b8d1f7a10f146e33ca3dc5a7ff2aa3527.tar.gz |
Merge branch 'master' into refactor2
Conflicts: src/ui/core.c
Diffstat (limited to 'src/xmpp/roster.c')
-rw-r--r-- | src/xmpp/roster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/roster.c b/src/xmpp/roster.c index c073464d..5fbb7be7 100644 --- a/src/xmpp/roster.c +++ b/src/xmpp/roster.c @@ -518,7 +518,7 @@ roster_barejid_from_name(const char * const name) } PContact -roster_get_contact(const char const *barejid) +roster_get_contact(const char * const barejid) { return g_hash_table_lookup(contacts, barejid); } |