diff cli-algo.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 0969767bca0d
children 870c63519757
line wrap: on
line diff
--- a/cli-algo.c	Sun Jan 02 17:08:27 2005 +0000
+++ b/cli-algo.c	Sun Jan 02 20:25:56 2005 +0000
@@ -46,7 +46,7 @@
 
 	/* get the comma-separated list from the buffer ie "algo1,algo2,algo3" */
 	algolist = buf_getstring(buf, &len);
-	TRACE(("cli_buf_match_algo: %s", algolist));
+	TRACE(("cli_buf_match_algo: %s", algolist))
 	if (len > MAX_PROPOSED_ALGO*(MAX_NAME_LEN+1)) {
 		goto out; /* just a sanity check, no other use */
 	}