commit 8de6d4639d2e1fa4aa497bafe5439549eca6da1b parent d16bb582620c075a9dfab21984e55c3e353fc9d5 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 26 Oct 2022 09:42:49 +0200 Correct a misspelled constant Diffstat:
| M | src/rngrd.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rngrd.h b/src/rngrd.h @@ -68,7 +68,7 @@ struct rngrd_create_args { NULL, /* Allocator */ \ 0 /* Verbosity level */ \ } -static const struct rngrd_create_args RNDGR_CREATE_ARGS_DEFAULT = +static const struct rngrd_create_args RNGRD_CREATE_ARGS_DEFAULT = RNGRD_CREATE_ARGS_DEFAULT__; struct rngrd_trace_ray_args {