1
0
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:
Witold Filipczyk 2022-01-29 19:15:21 +01:00
parent 72dee1adcf
commit 36e9d34d32

View File

@ -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;
}; };