summaryrefslogtreecommitdiffstats
path: root/examples/glib-integration.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/glib-integration.c')
-rw-r--r--examples/glib-integration.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/glib-integration.c b/examples/glib-integration.c
index 4c17ebf..fa68693 100644
--- a/examples/glib-integration.c
+++ b/examples/glib-integration.c
@@ -138,4 +138,6 @@ fail:
g_main_loop_unref (loop);
avahi_client_free (client);
avahi_glib_poll_free (glib_poll);
+
+ return 0;
}