Fix issue #44 - remove extra i++

This commit is contained in:
Neel Goyal 2013-12-13 15:49:26 -05:00
parent cc8fc8aaf7
commit 8792fe63a2
1 changed files with 0 additions and 1 deletions

View File

@ -596,7 +596,6 @@ getdns_pp_list(ldns_buffer * buf, size_t indent, struct getdns_list *list)
if (ldns_buffer_printf(buf, " <unknown>") < 0)
return -1;
}
i++;
}
indent -= 2;
if (ldns_buffer_printf(buf, i ? "\n%s]" : "]",