From a60609d396990fd14b98ef603e4f5e998891214b Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sat, 29 Jan 2022 18:43:18 +0100 Subject: [PATCH] [options] option_init const name --- src/config/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/options.h b/src/config/options.h index 6832e580..c52376da 100644 --- a/src/config/options.h +++ b/src/config/options.h @@ -418,7 +418,7 @@ struct option_init { char *path; /** The name of the option. This goes to option.name. */ - char *name; + const char *name; /** The caption shown in the option manager. This goes to * option.capt. */