summaryrefslogtreecommitdiffstats
path: root/avahi-common/utf8-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/utf8-test.c')
-rw-r--r--avahi-common/utf8-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-common/utf8-test.c b/avahi-common/utf8-test.c
index ce7a984..d8ffc1b 100644
--- a/avahi-common/utf8-test.c
+++ b/avahi-common/utf8-test.c
@@ -34,4 +34,6 @@ int main(AVAHI_GCC_UNUSED int argc, AVAHI_GCC_UNUSED char *argv[]) {
assert(avahi_utf8_valid("hallo"));
assert(!avahi_utf8_valid("üxknürz"));
assert(avahi_utf8_valid("üxknürz"));
+
+ return 0;
}