From: Wouter Wijngaards Date: Mon, 22 Oct 2007 09:28:10 +0000 (+0000) Subject: -pedantic gcc compliance for header file. X-Git-Tag: release-1.3.0~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e388324aed3f783e58782cdcf4a9392eede341fd;p=thirdparty%2Fldns.git -pedantic gcc compliance for header file. --- diff --git a/ldns/rdata.h b/ldns/rdata.h index c481ad04..8b8c90b8 100644 --- a/ldns/rdata.h +++ b/ldns/rdata.h @@ -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;