1
0
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:
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 {
char *name;
const char *name;
change_hook_T change_hook;
};