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:
parent
c5b5f3f039
commit
d5ba0fec64
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user