From: Mark Andrews Date: Fri, 4 Jun 2010 00:14:53 +0000 (+0000) Subject: remove trailing comma X-Git-Tag: v9.7.1b1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b631b5d6fc87ca88adcd0dd3b1cabf49081c35e;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..37d691034d9 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.17.186.1 2010/06/04 00:14:53 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;