cosmetics

This commit is contained in:
Andreas Steffen 2006-05-23 08:15:08 +00:00
parent 418c859231
commit 9e0e0f922c
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ void chunk_to_hex(char *buf, size_t buflen, chunk_t chunk)
buflen--; /* reserve space for null termination */
while (chunk.len >0 && buflen > 2)
while (chunk.len > 0 && buflen > 2)
{
static char hexdig[] = "0123456789abcdef";