From c530608ec993bf73e3d22d070a8d1ecd1f302ee4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 11 Oct 2005 00:48:03 +0000 Subject: remove some superfluous commas from enum definitions git-svn-id: file:///home/lennart/svn/public/avahi/trunk@715 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-common/address.h') diff --git a/avahi-common/address.h b/avahi-common/address.h index c540de5..665c9c7 100644 --- a/avahi-common/address.h +++ b/avahi-common/address.h @@ -48,7 +48,7 @@ enum { /** Special values for AvahiIfIndex */ enum { - AVAHI_IF_UNSPEC = -1, /**< Unspecified/all interface(s) */ + AVAHI_IF_UNSPEC = -1 /**< Unspecified/all interface(s) */ }; /** Return TRUE if the specified interface index is valid */ -- cgit