mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[options] option_init const name
This commit is contained in:
parent
0689f0502e
commit
a60609d396
@ -418,7 +418,7 @@ struct option_init {
|
|||||||
char *path;
|
char *path;
|
||||||
|
|
||||||
/** The name of the option. This goes to option.name. */
|
/** 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
|
/** The caption shown in the option manager. This goes to
|
||||||
* option.capt. */
|
* option.capt. */
|
||||||
|
Loading…
Reference in New Issue
Block a user