From 67e055124dfbbb73b50f90cd1a1eb1be648d9379 Mon Sep 17 00:00:00 2001 From: pippijn Date: Thu, 14 Jun 2007 17:22:37 +0000 Subject: Some general syntax cleanups. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7304 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/dns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dns.h') diff --git a/include/dns.h b/include/dns.h index e5f721770..b00c57201 100644 --- a/include/dns.h +++ b/include/dns.h @@ -162,7 +162,7 @@ enum QueryType DNS_QUERY_AAAA = 28, /* 'AAAA' record: an ipv6 address */ DNS_QUERY_PTR4 = 0xFFFD, /* Force 'PTR' to use IPV4 scemantics */ - DNS_QUERY_PTR6 = 0xFFFE, /* Force 'PTR' to use IPV6 scemantics */ + DNS_QUERY_PTR6 = 0xFFFE /* Force 'PTR' to use IPV6 scemantics */ }; #ifdef IPV6 -- cgit v1.2.3