diff src/protocols/msn/switchboard.c @ 8386:143d0b29ba82

[gaim-migrate @ 9114] Fix a few compile warnings and errors when compiling with -ansi and run dos2unix on yahoo_auth.c and yahoo_auth.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 02 Mar 2004 08:05:03 +0000
parents bd16ed85cfc2
children 3d0178c4f390
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c	Tue Mar 02 07:41:05 2004 +0000
+++ b/src/protocols/msn/switchboard.c	Tue Mar 02 08:05:03 2004 +0000
@@ -646,7 +646,9 @@
 	char *buf;
 	size_t len;
 	int ret;
+#if 0
 	FILE *fp;
+#endif
 
 	g_return_val_if_fail(swboard != NULL, FALSE);
 	g_return_val_if_fail(msg     != NULL, FALSE);