summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2008-01-30 23:40:49 +0000
committerFederico Lucifredi <flucifredi@acm.org>2008-01-30 23:40:49 +0000
commit36f654c9bc11fb9e9730f9c4ef9fc228696133e3 (patch)
tree94cfde9c18aaa5aae90e7a1a568c0b4512728264 /avahi-common
parentc48dddd46f584d06225638b2cece252de2419c7c (diff)
tracing, fixes. Nothing glamorous, it's a branch!
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico2@1748 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-common/defs.h b/avahi-common/defs.h
index cbe20eb..fb8abef 100644
--- a/avahi-common/defs.h
+++ b/avahi-common/defs.h
@@ -295,7 +295,7 @@ enum {
/** DNS record classes, see RFC 1035 */
enum {
- AVAHI_DNS_CLASS_IN = 0x01, /**< Probably the only class we will ever use */
+ AVAHI_DNS_CLASS_IN = 0x01 /**< Probably the only class we will ever use */
};
/** The default TTL for RRs which contain a host name of some kind. */