From fa9acbfe159c7b7786da878d110c222e8921c598 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Tue, 25 Dec 2007 18:12:50 +0000 Subject: trailing comma. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1617 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/rr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core/rr.h') diff --git a/avahi-core/rr.h b/avahi-core/rr.h index 1c3aad6..b38a57d 100644 --- a/avahi-core/rr.h +++ b/avahi-core/rr.h @@ -48,7 +48,7 @@ enum { enum { AVAHI_TSIG_HMAC_MD5 = 0x1, AVAHI_TSIG_HMAC_SHA1 = 0x2, - AVAHI_TSIG_HMAC_SHA256 = 0x3, + AVAHI_TSIG_HMAC_SHA256 = 0x3 }; /** DNS record classes, see RFC 1035, in addition to those defined in defs.h */ -- cgit