summaryrefslogtreecommitdiff
path: root/src/supplemental/util/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplemental/util/options.c')
-rw-r--r--src/supplemental/util/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplemental/util/options.c b/src/supplemental/util/options.c
index a8cc969d..c1881185 100644
--- a/src/supplemental/util/options.c
+++ b/src/supplemental/util/options.c
@@ -16,7 +16,7 @@
// Call with optidx set to 1 to start parsing.
int
-nng_opts_parse(int argc, const char **argv, const nng_optspec *opts, int *val,
+nng_opts_parse(int argc, char *const *argv, const nng_optspec *opts, int *val,
const char **optarg, int *optidx)
{
const nng_optspec *opt;