mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix typo and make clearer the intent by using defined(). See #198.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <apr_optional.h>
|
||||
|
||||
|
||||
#ifdef NO_MODSEC_API
|
||||
#if (!defined(NO_MODSEC_API))
|
||||
/* Optional functions. */
|
||||
|
||||
APR_DECLARE_OPTIONAL_FN(void, modsec_register_tfn, (const char *name, void *fn));
|
||||
|
Reference in New Issue
Block a user