aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nng.c b/src/nng.c
index 85be6b26..ad9651d3 100644
--- a/src/nng.c
+++ b/src/nng.c
@@ -775,7 +775,7 @@ nng_pipe_getopt_uint64(nng_pipe id, const char *name, uint64_t *valp)
}
int
-nni_pipe_getopt_usec(nng_pipe id, const char *name, uint64_t *valp)
+nng_pipe_getopt_usec(nng_pipe id, const char *name, uint64_t *valp)
{
return (nng_pipe_getopt_uint64(id, name, valp));
}