summaryrefslogtreecommitdiffstats
path: root/avahi-common/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/defs.h')
-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. */