comparison cli-main.c @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents 7dcb46da72d9
children 220f55d540ae
comparison
equal deleted inserted replaced
856:f56c41030c15 857:c19acba28590
141 if (ret == DROPBEAR_FAILURE) { 141 if (ret == DROPBEAR_FAILURE) {
142 dropbear_exit("Failed running proxy command"); 142 dropbear_exit("Failed running proxy command");
143 *sock_in = *sock_out = -1; 143 *sock_in = *sock_out = -1;
144 } 144 }
145 } 145 }
146 #endif // ENABLE_CLI_PROXYCMD 146 #endif /* ENABLE_CLI_PROXYCMD */