diff src/protocols/msn/msn.c @ 4921:d5c136474f26

[gaim-migrate @ 5255] some compile cleanups committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 31 Mar 2003 16:34:07 +0000
parents a7f77d07783b
children 54cd43869333
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Mon Mar 31 16:06:26 2003 +0000
+++ b/src/protocols/msn/msn.c	Mon Mar 31 16:34:07 2003 +0000
@@ -1643,6 +1643,8 @@
 static char *msn_tooltip_text(struct buddy *b) {
 	if (b->present)
 		return g_strdup_printf(_("<b>Status:</b> %s"), msn_get_away_text(b->uc >> 1));
+
+	return NULL;
 }
 
 static GList *msn_buddy_menu(struct gaim_connection *gc, char *who)