diff console/gntblist.c @ 14198:c65ed4f6eea8

[gaim-migrate @ 16870] Do the right thing: remove the compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 19 Aug 2006 03:38:23 +0000
parents 2c85b0f97dd0
children a3f9ebb0babd
line wrap: on
line diff
--- a/console/gntblist.c	Sat Aug 19 02:57:06 2006 +0000
+++ b/console/gntblist.c	Sat Aug 19 03:38:23 2006 +0000
@@ -672,8 +672,8 @@
 static void
 gg_blist_remove_node_cb(GaimBlistNode *node, GaimBlistNode *null)
 {
-	char *primary, *sec = NULL;
-	const char *name;
+	char *primary;
+	const char *name, *sec = NULL;
 
 	if (GAIM_BLIST_NODE_IS_BUDDY(node))
 		name = gaim_buddy_get_name((GaimBuddy*)node);