projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
io: change io_idle() to io_wait()
[ccan]
/
ccan
/
io
/
test
/
run-07-break.c
diff --git
a/ccan/io/test/run-07-break.c
b/ccan/io/test/run-07-break.c
index 6fcaea341b58f1123ab72a322d3260dd71f53ba2..19cc6a8e662b393f8f672e3a46d1340d37e2a634 100644
(file)
--- a/
ccan/io/test/run-07-break.c
+++ b/
ccan/io/test/run-07-break.c
@@
-19,7
+19,7
@@
static struct io_plan read_done(struct io_conn *conn, struct data *d)
{
ok1(d->state == 1);
d->state++;
- return io_close(
conn, NULL
);
+ return io_close();
}
static void finish_ok(struct io_conn *conn, struct data *d)