Mercurial > pidgin
diff src/protocols/oscar/misc.c @ 13254:e9802db22b06
[gaim-migrate @ 15620]
This is the way we clean the code, clean the code, clean the code
This is the way we clean the code, clean the code, clean the code
So early in the morning
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 12 Feb 2006 22:14:38 +0000 |
| parents | 87a7c3077c19 |
| children | 6519aeb66b31 |
line wrap: on
line diff
--- a/src/protocols/oscar/misc.c Sun Feb 12 21:27:04 2006 +0000 +++ b/src/protocols/oscar/misc.c Sun Feb 12 22:14:38 2006 +0000 @@ -79,7 +79,7 @@ return aim_genericreq_n(sess, conn, family, subtype); if (!(fr = flap_frame_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10+4))) - return -ENOMEM; + return -ENOMEM; snacid = aim_cachesnac(sess, family, subtype, 0x0000, NULL, 0); @@ -100,7 +100,7 @@ return aim_genericreq_n(sess, conn, family, subtype); if (!(fr = flap_frame_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10+2))) - return -ENOMEM; + return -ENOMEM; snacid = aim_cachesnac(sess, family, subtype, 0x0000, NULL, 0);
