From d5ba0fec64b718b6a4753a261c4b5a26b290a30f Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sat, 29 Jan 2022 19:07:54 +0100 Subject: [PATCH] [options] const desc --- 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 a3d7f3121..93f38004d 100644 --- a/src/config/options.h +++ b/src/config/options.h @@ -426,7 +426,7 @@ struct option_init { /** The long description shown when the user edits the option, * or NULL if not available. This goes to option.desc. */ - char *desc; + const char *desc; /** Flags for the option. These go to option.flags. */ option_flags_T flags;