Misc formatting cleanups

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3279 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-06-22 20:11:15 +00:00
parent 024f486810
commit 3f9c34f415
10 changed files with 45 additions and 51 deletions

2
dns.c
View File

@@ -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);