summaryrefslogtreecommitdiff
path: root/src/ivyloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyloop.c')
-rw-r--r--src/ivyloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivyloop.c b/src/ivyloop.c
index f743d1d..a8fc8b1 100644
--- a/src/ivyloop.c
+++ b/src/ivyloop.c
@@ -139,7 +139,7 @@ static void IvyChannelHandleExcpt(fd_set *current)
if (FD_ISSET( channel->fd, current ) )
{
(*channel->handle_delete)(channel->data);
-// IvyChannelClose( channel );
+/* IvyChannelClose( channel ); */
}
}
}