On 09/11/2012 02:01 PM, Ján Tomko wrote:
Two sections didn't have a working link in the TOC.
---
docs/hacking.html.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/hacking.html.in b/docs/hacking.html.in
index eb79953..a97dc22 100644
--- a/docs/hacking.html.in
+++ b/docs/hacking.html.in
@@ -350,7 +350,7 @@
}
</pre>
- <h2><a href="types">Preprocessor</a></h2>
+ <h2><a name="preprocessor">Preprocessor</a></h2>
<p>
For variadic macros, stick with C99 syntax:
@@ -368,7 +368,7 @@
#endif
</pre>
- <h2><a href="types">C types</a></h2>
+ <h2><a name="types">C types</a></h2>
<p>
Use the right type.
ACK & pushed,
Martin