diff svr-chansession.c @ 1038:d3925ed45a85

Fix for old compilers, variable declarations at beginning of functions and /**/ comments
author Thorsten Horstmann <thorsten.horstmann@web.de>
date Tue, 24 Feb 2015 20:51:18 +0800
parents 7c9377467934
children 2b4fd440399d
line wrap: on
line diff
--- a/svr-chansession.c	Tue Feb 24 20:45:07 2015 +0800
+++ b/svr-chansession.c	Tue Feb 24 20:51:18 2015 +0800
@@ -234,7 +234,7 @@
 
 	struct ChanSess *chansess;
 
-	TRACE(("new chansess %p", channel))
+	TRACE(("new chansess %p", (void*)channel))
 
 	dropbear_assert(channel->typedata == NULL);