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