From 0f102fd1a206426de2abb2b443c358078418db4d Mon Sep 17 00:00:00 2001 From: Eshan Kelkar Date: Tue, 11 Jun 2024 09:57:52 +0530 Subject: [PATCH] match.c: Add comment to clarify that endif corresponding to which ifndef The endif preprocessor directive was corresponding to an ifndef _WIN32, a comment has been added which clarifies that. Signed-off-by: Eshan Kelkar Reviewed-by: Jakub Jelen Reviewed-by: Sahana Prasad --- src/match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/match.c b/src/match.c index 9993b5f2..f4ace268 100644 --- a/src/match.c +++ b/src/match.c @@ -576,7 +576,7 @@ match_cidr_address_list(const char *address, return rc; } -#endif +#endif /* _WIN32 */ /** * @brief Tries to match an object against a comma separated group of objects