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 <eshankelkar@galorithm.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
Eshan Kelkar
2024-06-11 09:57:52 +05:30
committed by Sahana Prasad
parent 40b2279407
commit 0f102fd1a2

View File

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