From 046ee102059fa0600b79aecc6e92a889184a993c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 12 Aug 2007 15:41:45 +0000 Subject: gcc, shut the fuck up\! git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1511 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/defs.h | 4 ++-- 1 file 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 */ }; /** @} */ -- cgit