diff src/protocols/oscar/bstream.c @ 4642:c0abcd675ca6

[gaim-migrate @ 4952] Gonna dress you up in mylar All over, your body Gonna dress you up in mylar I tried to add a warning for when your buddy list is temporarily unavailbabable, but I don't really have a way to test it. SO, if you get a cool little dialog that says "You're buddy list is unavailble," let me know, so I can get some football players to dump gatorade on my head. I want to make gaim fallback to old-school buddy lists, but they're not working so well right now, for some reason. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 03 Mar 2003 08:31:55 +0000
parents 94635db7c6af
children ea2d07ad05a9
line wrap: on
line diff
--- a/src/protocols/oscar/bstream.c	Mon Mar 03 07:43:55 2003 +0000
+++ b/src/protocols/oscar/bstream.c	Mon Mar 03 08:31:55 2003 +0000
@@ -233,7 +233,8 @@
 
 	ob[len] = '\0';
 
-	return ob;}
+	return ob;
+}
 
 faim_internal int aimbs_putraw(aim_bstream_t *bs, const fu8_t *v, int len)
 {