]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix description of APLOG_USE_MODULE in new
authorRainer Jung <rjung@apache.org>
Fri, 15 Oct 2010 16:30:29 +0000 (16:30 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 15 Oct 2010 16:30:29 +0000 (16:30 +0000)
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

docs/manual/developer/new_api_2_4.xml

index fc7a69eb711b43c6cd88f0c36480835708ec677d..7d0c795c5ee9ca44585980163e1f5f7ed09cad5f 100644 (file)
         #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