Trivial format fix.

This commit is contained in:
Simon Kelley
2014-01-27 21:38:11 +00:00
parent 6f4681034e
commit 7c28612a59

View File

@@ -2272,6 +2272,6 @@ size_t answer_request(struct dns_header *header, char *limit, size_t qlen,
} }
return len ; return len;
} }