changeset 15692:562eaef05fe5

Evan, was this line necessary? It causes the following warning for me when compiling: eventloop.c: In function 'gaim_input_get_error': eventloop.c:70: warning: ISO C90 forbids mixed declarations and code
author Mark Doliner <mark@kingant.net>
date Sat, 24 Feb 2007 20:22:50 +0000
parents acf21858f5e2
children cd02b303b81f
files libpurple/eventloop.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/eventloop.c	Sat Feb 24 20:10:02 2007 +0000
+++ b/libpurple/eventloop.c	Sat Feb 24 20:22:50 2007 +0000
@@ -66,7 +66,6 @@
 
 	if (ops->input_get_error)
 	{
-		errno = 0;
 		int ret = ops->input_get_error(fd, error);
 		errno = *error;
 		return ret;