comparison libgaim/protocols/oscar/family_chatnav.c @ 15249:32c0e5e94aaa

[gaim-migrate @ 18038] Correct 2 tiny spelling mistakes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 21 Dec 2006 09:21:32 +0000
parents 60b1bc8dbf37
children
comparison
equal deleted inserted replaced
15248:8948ebd0c4b1 15249:32c0e5e94aaa
415 gaim_debug_misc("oscar", "faim: chatnav_parse_info: received response to unknown request! (%08lx)\n", snac->id); 415 gaim_debug_misc("oscar", "faim: chatnav_parse_info: received response to unknown request! (%08lx)\n", snac->id);
416 return 0; 416 return 0;
417 } 417 }
418 418
419 if (snac2->family != 0x000d) { 419 if (snac2->family != 0x000d) {
420 gaim_debug_misc("oscar", "faim: chatnav_parse_info: recieved response that maps to corrupt request! (fam=%04x)\n", snac2->family); 420 gaim_debug_misc("oscar", "faim: chatnav_parse_info: received response that maps to corrupt request! (fam=%04x)\n", snac2->family);
421 return 0; 421 return 0;
422 } 422 }
423 423
424 /* 424 /*
425 * We now know what the original SNAC subtype was. 425 * We now know what the original SNAC subtype was.