core/trivial: remove semicolon from macro

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller
2014-08-29 10:35:35 +02:00
parent 6a59ab0b86
commit f892ac4f45

View File

@@ -188,7 +188,7 @@ typedef struct {
}; };
} NMUtilsIPv6IfaceId; } NMUtilsIPv6IfaceId;
#define NM_UTILS_IPV6_IFACE_ID_INIT { .id = 0 }; #define NM_UTILS_IPV6_IFACE_ID_INIT { .id = 0 }
gboolean nm_utils_get_ipv6_interface_identifier (NMLinkType link_type, gboolean nm_utils_get_ipv6_interface_identifier (NMLinkType link_type,
const guint8 *hwaddr, const guint8 *hwaddr,