From 36f654c9bc11fb9e9730f9c4ef9fc228696133e3 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Wed, 30 Jan 2008 23:40:49 +0000 Subject: tracing, fixes. Nothing glamorous, it's a branch! git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico2@1748 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-common') 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. */ -- cgit