Mercurial > dropbear
diff buffer.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 | 10f4d3319780 |
children | 161557a9dde8 |
line wrap: on
line diff
--- a/buffer.c Sun Jan 02 17:08:27 2005 +0000 +++ b/buffer.c Sun Jan 02 20:25:56 2005 +0000 @@ -258,7 +258,7 @@ void buf_putmpint(buffer* buf, mp_int * mp) { unsigned int len, pad = 0; - TRACE(("enter buf_putmpint")); + TRACE(("enter buf_putmpint")) assert(mp != NULL); @@ -294,7 +294,7 @@ buf_incrwritepos(buf, len-pad); } - TRACE(("leave buf_putmpint")); + TRACE(("leave buf_putmpint")) } /* Retrieve an mp_int from the buffer.