summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2007-12-25 18:12:50 +0000
committerFederico Lucifredi <flucifredi@acm.org>2007-12-25 18:12:50 +0000
commitfa9acbfe159c7b7786da878d110c222e8921c598 (patch)
treece1b4fc8005834aeff39b5d899cc299352ca92e6
parent1a8d5a143d5136c39516396c34e6625db914fb3d (diff)
trailing comma.
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico@1617 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-core/rr.h2
1 files changed, 1 insertions, 1 deletions
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 */