diff src/proxy.c @ 9863:0e3a84f18467

[gaim-migrate @ 10742] Whitespace and comment changes, mostly. And changed a few other things that aren't ansi c... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 25 Aug 2004 03:09:08 +0000
parents 465d19aad04b
children 9fdbfe832fac
line wrap: on
line diff
--- a/src/proxy.c	Wed Aug 25 02:04:38 2004 +0000
+++ b/src/proxy.c	Wed Aug 25 03:09:08 2004 +0000
@@ -708,7 +708,7 @@
 	 */
 	ret = getsockopt(source, SOL_SOCKET, SO_ERROR, &error, &len);
 	if (ret == 0 && error == EINPROGRESS)
-		return; // we'll be called again later
+		return; /* we'll be called again later */
 	if (ret < 0 || error != 0) {
 		if(ret!=0) error = errno;
 		close(source);