aboutsummaryrefslogtreecommitdiff
path: root/src/nng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng.c')
-rw-r--r--src/nng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nng.c b/src/nng.c
index ef5b5292..f552e26b 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -1140,7 +1140,7 @@ void
nng_aio_finish(nng_aio *aio, int rv)
{
// Preserve the count.
- return (nni_aio_finish(aio, rv, nni_aio_count(aio)));
+ nni_aio_finish(aio, rv, nni_aio_count(aio));
}
#if 0