summaryrefslogtreecommitdiffstats
path: root/avahi-core/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/util.c')
-rw-r--r--avahi-core/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/util.c b/avahi-core/util.c
index 8dd9e64..b186817 100644
--- a/avahi-core/util.c
+++ b/avahi-core/util.c
@@ -381,7 +381,7 @@ void avahi_hexdump(gconstpointer p, guint size) {
}
}
-gint avahi_domain_hash(const gchar *s) {
+guint avahi_domain_hash(const gchar *s) {
guint hash = 0;
for (;;) {