mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -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;
|
||||
|
||||
/** 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. */
|
||||
|
Loading…
Reference in New Issue
Block a user