diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2014-09-21 00:18:33 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2014-09-21 00:18:33 +0200 |
commit | 72721cd2a7142504b2f1249a1e03b2a80a4518ea (patch) | |
tree | bc2d54769c48fdff093e0fa5ceee3c7a76e2602e /protocols/jabber/jabber_util.c | |
parent | fb8792474ad6dce88732d43969459717dc718648 (diff) |
One small comment correction while "merging" stuff.
Diffstat (limited to 'protocols/jabber/jabber_util.c')
-rw-r--r-- | protocols/jabber/jabber_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber_util.c b/protocols/jabber/jabber_util.c index f850e9d6..0fcc8338 100644 --- a/protocols/jabber/jabber_util.c +++ b/protocols/jabber/jabber_util.c @@ -307,7 +307,7 @@ void jabber_buddy_ask( struct im_connection *ic, char *handle ) g_free( buf ); } -/* Compares two Jabber IDs to check for match. */ +/* Compares just the bare portions of two Jabber IDs. */ int jabber_compare_jid( const char *jid1, const char *jid2 ) { int i; |