summaryrefslogtreecommitdiffstats
path: root/avahi-gobject
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-gobject')
-rw-r--r--avahi-gobject/ga-entry-group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-gobject/ga-entry-group.c b/avahi-gobject/ga-entry-group.c
index c4f2e37..0f0ab74 100644
--- a/avahi-gobject/ga-entry-group.c
+++ b/avahi-gobject/ga-entry-group.c
@@ -558,7 +558,7 @@ gboolean ga_entry_group_service_remove_key(GaEntryGroupService * service,
GaEntryGroupServicePrivate *priv = (GaEntryGroupServicePrivate *) service;
GaEntryGroupServiceEntry entry;
- entry.value = key;
+ entry.value = (void*) key;
entry.size = strlen(key);
g_hash_table_remove(priv->entries, &entry);