]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
-pedantic gcc compliance for header file.
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Mon, 22 Oct 2007 09:28:10 +0000 (09:28 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Mon, 22 Oct 2007 09:28:10 +0000 (09:28 +0000)
ldns/rdata.h

index c481ad046ccc72edfd7e948a4527b1daae1549eb..8b8c90b8a8094b538e2296f60cbb37bcec5c21b6 100644 (file)
@@ -98,7 +98,7 @@ enum ldns_enum_rdf_type
        /** nsec3 hash salt */
        LDNS_RDF_TYPE_NSEC3_SALT,
        /** nsec3 base32 string (with length byte on wire */
-       LDNS_RDF_TYPE_NSEC3_NEXT_OWNER,
+       LDNS_RDF_TYPE_NSEC3_NEXT_OWNER
 };
 typedef enum ldns_enum_rdf_type ldns_rdf_type;