diff src/ft.c @ 4201:511c2b63caa4

[gaim-migrate @ 4432] Some code cleanups to remove warnings and fix up indenting a little. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 04 Jan 2003 21:01:32 +0000
parents d3c8d2b40494
children cd84b0fd63fc
line wrap: on
line diff
--- a/src/ft.c	Sat Jan 04 19:41:07 2003 +0000
+++ b/src/ft.c	Sat Jan 04 21:01:32 2003 +0000
@@ -570,7 +570,7 @@
 		GaimInputCondition condition)
 {
 	struct file_transfer *xfer = (struct file_transfer *)data;
-	int rt, i;
+	int rt;
 	char *buf = NULL;
 
 	if (condition & GAIM_INPUT_READ) {