Mercurial > pidgin.yaz
comparison src/protocols/msn/slplink.c @ 9861:68561f39acdc
[gaim-migrate @ 10740]
(21:31:26) shx: esthetic changes
(appears to be whitespace changes)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 25 Aug 2004 01:45:41 +0000 |
parents | 1e9ecca6c97e |
children | 9b82412d3e52 |
comparison
equal
deleted
inserted
replaced
9860:65b3156f9f48 | 9861:68561f39acdc |
---|---|
656 MsnSlpCall *slpcall; | 656 MsnSlpCall *slpcall; |
657 char *msnobj_data; | 657 char *msnobj_data; |
658 char *msnobj_base64; | 658 char *msnobj_base64; |
659 | 659 |
660 g_return_if_fail(slplink != NULL); | 660 g_return_if_fail(slplink != NULL); |
661 g_return_if_fail(obj != NULL); | 661 g_return_if_fail(obj != NULL); |
662 | 662 |
663 msnobj_data = msn_object_to_string(obj); | 663 msnobj_data = msn_object_to_string(obj); |
664 msnobj_base64 = gaim_base64_encode(msnobj_data, strlen(msnobj_data)); | 664 msnobj_base64 = gaim_base64_encode(msnobj_data, strlen(msnobj_data)); |
665 g_free(msnobj_data); | 665 g_free(msnobj_data); |
666 | 666 |