diff --git a/doc/Changelog b/doc/Changelog index 2fd03c09a..2bc8a9dd1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -7,6 +7,7 @@ - Fix #144: Port ipset to BSD pf tables. - Add unit test skip files and bison and flex output to gitignore. - Fix to use modstack_init in zonemd unit test. + - Fix to remove unneeded linebreak in fptr_wlist.c. 2 July 2024: Wouter - Fix to remove unused include from the readzone test program. diff --git a/util/fptr_wlist.c b/util/fptr_wlist.c index b13988835..5e2789865 100644 --- a/util/fptr_wlist.c +++ b/util/fptr_wlist.c @@ -418,7 +418,6 @@ fptr_whitelist_mod_init(int (*fptr)(struct module_env* env, int id)) else if(fptr == &ipset_init) return 1; #endif return 0; - } int