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