diff common-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 82fcf3185616
children e972be139cb5
line wrap: on
line diff
--- a/common-algo.c	Sun Jan 02 17:08:27 2005 +0000
+++ b/common-algo.c	Sun Jan 02 20:25:56 2005 +0000
@@ -202,6 +202,6 @@
 	}
 	str[pos]=0;
 	/* Debug this */
-	TRACE(("buf_put_algolist: %s", str));
+	TRACE(("buf_put_algolist: %s", str))
 	buf_putstring(buf, str, pos);
 }