summaryrefslogtreecommitdiff
path: root/docs/manual/developer
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2010-10-15 16:30:29 +0000
committerRainer Jung <rjung@apache.org>2010-10-15 16:30:29 +0000
commita7c1dc2853e5168ecb0d925a710e415598cc30e9 (patch)
tree6b1bbf76709d10718098cc0b56cb0739de029bbf /docs/manual/developer
parent39fba73a8d9c49916ed0f74e36a0475003018c73 (diff)
downloadhttpd-a7c1dc2853e5168ecb0d925a710e415598cc30e9.tar.gz
Fix description of APLOG_USE_MODULE in new
API docs. The macro needs a trailing semicolon. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r--docs/manual/developer/new_api_2_4.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml
index fc7a69eb71..7d0c795c5e 100644
--- a/docs/manual/developer/new_api_2_4.xml
+++ b/docs/manual/developer/new_api_2_4.xml
@@ -261,7 +261,7 @@
#include &lt;http_log.h&gt;<br/>
<br/>
#ifdef APLOG_USE_MODULE<br/>
- APLOG_USE_MODULE(foo)<br/>
+ APLOG_USE_MODULE(foo);<br/>
#endif
</example>
<p>The number of parameters of the <code>ap_log_*</code> functions and the