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:
parent
3a052556f1
commit
c5b5f3f039
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user