diff cli-main.c @ 165:0cfba3034be5

Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
author Matt Johnston <matt@ucc.asn.au>
date Sun, 02 Jan 2005 20:25:56 +0000
parents 2e9d1f29c50f
children 740e782679be 1afa503e33f5
line wrap: on
line diff
--- a/cli-main.c	Sun Jan 02 17:08:27 2005 +0000
+++ b/cli-main.c	Sun Jan 02 20:25:56 2005 +0000
@@ -50,7 +50,7 @@
 	cli_getopts(argc, argv);
 
 	TRACE(("user='%s' host='%s' port='%s'", cli_opts.username,
-				cli_opts.remotehost, cli_opts.remoteport));
+				cli_opts.remotehost, cli_opts.remoteport))
 
 	if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) {
 		dropbear_exit("signal() error");