From 23f7c2c86701e92f8756cf27c593bf9c549bd7fb Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 3 Nov 2021 07:44:18 +0200 Subject: [PATCH 10/10] Correct iterate_effect_cache() function header See osdn #43087 Signed-off-by: Marko Lindqvist --- common/effects.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/effects.c b/common/effects.c index 385963130c..878afe2c59 100644 --- a/common/effects.c +++ b/common/effects.c @@ -1180,9 +1180,8 @@ void get_effect_list_req_text(const struct effect_list *plist, /**********************************************************************//** Iterate through all the effects in cache, and call callback for each. - This is currently not very generic implementation, as we have only one user; - ruleset sanity checking. If any callback returns FALSE, there is no - further checking and this will return FALSE. + If any callback returns FALSE, there is no further checking and + this will return FALSE. **************************************************************************/ bool iterate_effect_cache(iec_cb cb, void *data) { -- 2.30.2