comparison libpurple/protocols/yahoo/yahoo.c @ 22424:35c4a9b4a699

Fix a missing a comma
author Mark Doliner <mark@kingant.net>
date Thu, 06 Mar 2008 06:59:56 +0000
parents 288af4cb9884
children 3378d2701c2b efaecb71baad
comparison
equal deleted inserted replaced
22423:288af4cb9884 22424:35c4a9b4a699
2068 * 3 - not in ignore list, could not delete 2068 * 3 - not in ignore list, could not delete
2069 * 12 - is a buddy, could not add (and possibly also a not-in-ignore list condition?) 2069 * 12 - is a buddy, could not add (and possibly also a not-in-ignore list condition?)
2070 */ 2070 */
2071 switch (status) { 2071 switch (status) {
2072 case 12: 2072 case 12:
2073 purple_debug_info("yahoo", "Server reported \"is a buddy\" for %s while %s" 2073 purple_debug_info("yahoo", "Server reported \"is a buddy\" for %s while %s",
2074 who, (ignore ? "ignoring" : "unignoring")); 2074 who, (ignore ? "ignoring" : "unignoring"));
2075 2075
2076 if (ignore) { 2076 if (ignore) {
2077 b = purple_find_buddy(gc->account, who); 2077 b = purple_find_buddy(gc->account, who);
2078 g_snprintf(buf, sizeof(buf), _("You have tried to ignore %s, but the " 2078 g_snprintf(buf, sizeof(buf), _("You have tried to ignore %s, but the "