mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[options] change_hooks const name
This commit is contained in:
parent
72dee1adcf
commit
36e9d34d32
@ -230,7 +230,7 @@ extern void done_options(void);
|
|||||||
|
|
||||||
|
|
||||||
struct change_hook_info {
|
struct change_hook_info {
|
||||||
char *name;
|
const char *name;
|
||||||
change_hook_T change_hook;
|
change_hook_T change_hook;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user