]> git.meshlink.io Git - catta/commitdiff
gcc, shut the fuck up\!
authorLennart Poettering <lennart@poettering.net>
Sun, 12 Aug 2007 15:41:45 +0000 (15:41 +0000)
committerLennart Poettering <lennart@poettering.net>
Sun, 12 Aug 2007 15:41:45 +0000 (15:41 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1511 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-common/defs.h

index 59bf271c746fc216907045b5592b59fdb18d785f..eabe4cdbe7cf56d55ed04ceb838722ffa09ded34 100644 (file)
@@ -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 */
 };
 
 /** @} */