diff tcpfwd.h @ 910:89555751c489 asm

merge up to 2013.63, improve ASM makefile rules a bit
author Matt Johnston <matt@ucc.asn.au>
date Thu, 27 Feb 2014 21:35:58 +0800
parents 04ede40a529a
children 5daedffd0769
line wrap: on
line diff
--- a/tcpfwd.h	Sun Oct 06 22:32:03 2013 +0800
+++ b/tcpfwd.h	Thu Feb 27 21:35:58 2014 +0800
@@ -40,7 +40,7 @@
 	unsigned char *listenaddr;
 	unsigned int listenport;
 	/* The address that the remote host asked to listen on */
-	unsigned char *request_listenaddr;;
+	unsigned char *request_listenaddr;
 
 	const struct ChanType *chantype;
 	enum {direct, forwarded} tcp_type;