commit 06a8af86a6c713a2a94a67f679ab172c93eaa479 parent c32e740b4dcbcea535824e2f41bc3a464b11efde Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 26 Oct 2022 09:26:13 +0200 Correct a misspelled constant Diffstat:
| M | src/rnatm.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rnatm.h b/src/rnatm.h @@ -199,7 +199,7 @@ struct rnatm_create_args { (unsigned)~0, /* #threads */ \ 0 /* Verbosity level */ \ } -static const struct rnatm_create_args RNDGR_CREATE_ARGS_DEFAULT = +static const struct rnatm_create_args RNATM_CREATE_ARGS_DEFAULT = RNATM_CREATE_ARGS_DEFAULT__; /* Opaque data types */