From: Mark Andrews Date: Fri, 4 Jun 2010 00:12:54 +0000 (+0000) Subject: remove trailing comma X-Git-Tag: v9.7.1b1~63^2~5 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ec58c4ca54b49be2dd2e8cd8a8e3837c172b5df0;p=thirdparty%2Fbind9.git remove trailing comma --- diff --git a/lib/dns/include/dns/diff.h b/lib/dns/include/dns/diff.h index a3b969630b9..edef145fe02 100644 --- a/lib/dns/include/dns/diff.h +++ b/lib/dns/include/dns/diff.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: diff.h,v 1.17 2009/01/17 23:47:43 tbox Exp $ */ +/* $Id: diff.h,v 1.18 2010/06/04 00:12:54 marka Exp $ */ #ifndef DNS_DIFF_H #define DNS_DIFF_H 1 @@ -70,7 +70,7 @@ typedef enum { DNS_DIFFOP_DEL = 1, /*%< Delete an RR. */ DNS_DIFFOP_EXISTS = 2, /*%< Assert RR existence. */ DNS_DIFFOP_ADDRESIGN = 4, /*%< ADD + RESIGN. */ - DNS_DIFFOP_DELRESIGN = 5, /*%< DEL + RESIGN. */ + DNS_DIFFOP_DELRESIGN = 5 /*%< DEL + RESIGN. */ } dns_diffop_t; typedef struct dns_difftuple dns_difftuple_t;