Return with exitcode 0 if there are no errors.
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 12 Jan 2017 04:41:48 +0000 (20:41 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 12 Jan 2017 04:41:48 +0000 (20:41 -0800)
example/poll_client.c

index 1d7a153ec20601c66d55c61e9793fdca308faa11..1ad8dc9668ccf6a7c02d4a2b3f44372f576f5730 100644 (file)
@@ -81,4 +81,5 @@ int main(void)
                }
                printf("\n");
        }
+       return 0;
 }