svn commit: r1924584 - /apr/apr-util/branches/1.7.x/include/apr_ldap_common.h
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: rjung
Date: Tue Mar 25 13:56:31 2025
New Revision: 1924584
URL: http://svn.apache.org/viewvc?rev=1924584&view=rev
Log:
Fix typo in comment
Modified:
apr/apr-util/branches/1.7.x/include/apr_ldap_common.h
Modified: apr/apr-util/branches/1.7.x/include/apr_ldap_common.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/include/apr_ldap_common.h?rev=1924584&r1=1924583&r2=1924584&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/include/apr_ldap_common.h (original)
+++ apr/apr-util/branches/1.7.x/include/apr_ldap_common.h Tue Mar 25 13:56:31 2025
@@ -2064,7 +2064,7 @@ APU_DECLARE_LDAP(apr_status_t) apr_ldap_
__attribute__((nonnull(1,4)));
-#endif /* APU_HAS_LDAP */
+#endif /* APR_HAS_LDAP */
/** @} */
#endif /* APR_LDAP_COMMON_H */