diff src/away.c @ 1456:6650776468b3

[gaim-migrate @ 1466] trying to pass -Wall committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 01 Feb 2001 08:37:16 +0000
parents 96e93119268d
children de0b946e86a4
line wrap: on
line diff
--- a/src/away.c	Thu Feb 01 08:13:00 2001 +0000
+++ b/src/away.c	Thu Feb 01 08:37:16 2001 +0000
@@ -216,7 +216,7 @@
 	GSList *awy = away_messages;
 	struct away_message *a;
 	GSList *con = connections;
-	struct gaim_connection *gc;
+	struct gaim_connection *gc = NULL;
 	int count = 0;
 
 #ifdef USE_APPLET