diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2017-02-20 00:52:16 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-02-20 00:52:16 -0500 |
commit | 889ca45ab896cc88b28bb9cc651f0bc1a8e54bc3 (patch) | |
tree | ac6fb7576c85b71862fabc5b1cc678bb0de23a4b | |
parent | ddedc1b3f37354dc7748f47c094773fb0a716e18 (diff) | |
download | curl-889ca45ab896cc88b28bb9cc651f0bc1a8e54bc3.tar.gz |
examples/multi-uv: checksrc compliance
-rw-r--r-- | docs/examples/multi-uv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/multi-uv.c b/docs/examples/multi-uv.c index 406a5e062..37e4f4781 100644 --- a/docs/examples/multi-uv.c +++ b/docs/examples/multi-uv.c @@ -163,8 +163,8 @@ static int start_timeout(CURLM *multi, long timeout_ms, void *userp) } else { if(timeout_ms == 0) - timeout_ms = 1; /* 0 means directly call socket_action, but we'll do it in - a bit */ + timeout_ms = 1; /* 0 means directly call socket_action, but we'll do it + in a bit */ uv_timer_start(&timeout, on_timeout, timeout_ms, 0); } return 0; |