summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-12 20:25:37 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-12 20:25:37 +0000
commit5aec154ab298a1ebc3ba22906fde29ef99af7382 (patch)
tree3a9d2f6bc3d13cf4405cf3a858b2f8b659689d46 /avahi-common
parent9ca377e8bc8ef73714180143c24223016acbc845 (diff)
remove a trailing comma in an enum definition
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@740 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-common/defs.h b/avahi-common/defs.h
index 4d9c40f..d12ed64 100644
--- a/avahi-common/defs.h
+++ b/avahi-common/defs.h
@@ -139,7 +139,7 @@ typedef enum {
AVAHI_ENTRY_GROUP_UNCOMMITED, /**< The group has not yet been commited, the user must still call avahi_entry_group_commit() */
AVAHI_ENTRY_GROUP_REGISTERING, /**< The entries of the group are currently being registered */
AVAHI_ENTRY_GROUP_ESTABLISHED, /**< The entries have successfully been established */
- AVAHI_ENTRY_GROUP_COLLISION, /**< A name collision for one of the entries in the group has been detected, the entries have been withdrawn */
+ AVAHI_ENTRY_GROUP_COLLISION /**< A name collision for one of the entries in the group has been detected, the entries have been withdrawn */
} AvahiEntryGroupState;
/** The type of domain to browse for */