X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-13-all-idle.c;h=f83fb31e46a245eeabc854ea7afe9d9deb44d0eb;hb=733b09fa8b6083949ff62795e54851aa282d510c;hp=178b68a8fc3e045eae109102e41c4552a4b6700a;hpb=625bae8f5720d3ad3253ea9b26ad68abcd81bde5;p=ccan diff --git a/ccan/io/test/run-13-all-idle.c b/ccan/io/test/run-13-all-idle.c index 178b68a8..f83fb31e 100644 --- a/ccan/io/test/run-13-all-idle.c +++ b/ccan/io/test/run-13-all-idle.c @@ -9,7 +9,7 @@ static struct io_plan start(struct io_conn *conn, void *unused) { - return io_idle(conn); + return io_idle(); } int main(void)