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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-common/defs.h b/avahi-common/defs.h
index 59bf271..eabe4cd 100644
--- a/avahi-common/defs.h
+++ b/avahi-common/defs.h
@@ -333,12 +333,12 @@ enum {
AVAHI_DNS_TYPE_MX = 0x0F,
AVAHI_DNS_TYPE_TXT = 0x10,
AVAHI_DNS_TYPE_AAAA = 0x1C,
- AVAHI_DNS_TYPE_SRV = 0x21,
+ AVAHI_DNS_TYPE_SRV = 0x21
};
/** 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 */
};
/** @} */