changeset 504:950c38b854a1

Don't use // style comments
author Matt Johnston <matt@ucc.asn.au>
date Sun, 02 Nov 2008 12:01:39 +0000
parents 0cdbc95bb3d2
children 805e557fdff7
files common-channel.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/common-channel.c	Mon Sep 29 14:30:47 2008 +0000
+++ b/common-channel.c	Sun Nov 02 12:01:39 2008 +0000
@@ -276,10 +276,10 @@
 		channel->flushing = 1;
 	}
 	
-	// if a type-specific check_close is defined we will only exit
-	// once that has been triggered. this is only used for a server "session"
-	// channel, to ensure that the shell has exited (and the exit status 
-	// retrieved) before we close things up.	
+	/* if a type-specific check_close is defined we will only exit
+	   once that has been triggered. this is only used for a server "session"
+	   channel, to ensure that the shell has exited (and the exit status 
+	   retrieved) before we close things up. */
 	if (!channel->type->check_close	
 			|| channel->type->check_close(channel)) {
 		close_allowed = 1;