]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove extraneos semicolon
authorMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 04:59:09 +0000 (04:59 +0000)
committerMark Andrews <marka@isc.org>
Thu, 9 Dec 2010 04:59:09 +0000 (04:59 +0000)
lib/dns/dns64.c

index b0d502079edfaa50e4a445254526a4386ec759a2..dad7658c9718219a07caa7d72ddfffbd01f45c22 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dns64.c,v 1.5 2010/12/09 04:17:15 marka Exp $ */
+/* $Id: dns64.c,v 1.6 2010/12/09 04:59:09 marka Exp $ */
 
 #include <config.h>
 
@@ -103,7 +103,7 @@ dns_dns64_create(isc_mem_t *mctx, isc_netaddr_t *prefix,
        isc_mem_attach(mctx, &new->mctx);
        *dns64 = new;
        return (ISC_R_SUCCESS);
-};
+}
 
 void
 dns_dns64_destroy(dns_dns64_t **dns64p) {