1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[options] const desc

This commit is contained in:
Witold Filipczyk 2022-01-29 19:07:54 +01:00
parent c5b5f3f039
commit d5ba0fec64

View File

@ -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;