aboutsummaryrefslogtreecommitdiffstats
path: root/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'dns.c')
-rwxr-xr-xdns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns.c b/dns.c
index dbd918d6f..349bd2ebd 100755
--- a/dns.c
+++ b/dns.c
@@ -99,7 +99,7 @@ static int dns_parse_answer(void *context,
int res;
int x;
- h = (dns_HEADER *)answer;
+ h = (dns_HEADER *)answer;
answer += sizeof(dns_HEADER);
len -= sizeof(dns_HEADER);