From: Nikolaus Rath Date: Thu, 12 Jan 2017 04:41:48 +0000 (-0800) Subject: Return with exitcode 0 if there are no errors. X-Git-Tag: fuse-3.0.1~39 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8d2b94a8aed49b28d053f00b77f5e14f15e71053;p=qemu-gpiodev%2Flibfuse.git Return with exitcode 0 if there are no errors. --- diff --git a/example/poll_client.c b/example/poll_client.c index 1d7a153..1ad8dc9 100644 --- a/example/poll_client.c +++ b/example/poll_client.c @@ -81,4 +81,5 @@ int main(void) } printf("\n"); } + return 0; }