summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-12 15:41:45 +0000
committerLennart Poettering <lennart@poettering.net>2007-08-12 15:41:45 +0000
commit046ee102059fa0600b79aecc6e92a889184a993c (patch)
tree1435e9f9cdcdc6b3b65ab286e705be2bb9b56d26
parent648db528f5cc197c38f7b17bb09dd53958df6302 (diff)
gcc, shut the fuck up\!
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1511 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-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 */
};
/** @} */