1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

[options] option_init const name

This commit is contained in:
Witold Filipczyk 2022-01-29 18:43:18 +01:00
parent 0689f0502e
commit a60609d396

View File

@ -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. */