1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

[options] const capt

This commit is contained in:
Witold Filipczyk 2022-01-29 19:06:05 +01:00
parent 3a052556f1
commit c5b5f3f039

View File

@ -422,7 +422,7 @@ struct option_init {
/** The caption shown in the option manager. This goes to
* option.capt. */
char *capt;
const char *capt;
/** The long description shown when the user edits the option,
* or NULL if not available. This goes to option.desc. */