output: remove unnecessary new line printing

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-12-02 21:36:39 +00:00
parent a2fa69a403
commit 179e2ac147

View file

@ -111,7 +111,6 @@ unsigned long get_range_size(const struct range_t *r)
size <<= 8;
size += (int)r->last_ip.v6[i] - (int)r->first_ip.v6[i];
}
fprintf(stderr, "\n");
return size + 1;
} else {
return r->last_ip.v4 - r->first_ip.v4 + 1;