docs: hacking.html.in: fix table of contents

Two sections didn't have a working link in the TOC.
This commit is contained in:
Ján Tomko 2012-09-11 14:01:56 +02:00 committed by Martin Kletzander
parent 819ea2084f
commit 24d7f3d534
1 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@
} }
</pre> </pre>
<h2><a href="types">Preprocessor</a></h2> <h2><a name="preprocessor">Preprocessor</a></h2>
<p> <p>
For variadic macros, stick with C99 syntax: For variadic macros, stick with C99 syntax:
@ -368,7 +368,7 @@
#endif #endif
</pre> </pre>
<h2><a href="types">C types</a></h2> <h2><a name="types">C types</a></h2>
<p> <p>
Use the right type. Use the right type.