From: Ján Tomko Date: Tue, 11 Sep 2012 12:01:56 +0000 (+0200) Subject: docs: hacking.html.in: fix table of contents X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=24d7f3d5349d8774c7fd5dcbd99f52299588d0e6;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git docs: hacking.html.in: fix table of contents Two sections didn't have a working link in the TOC. --- diff --git a/docs/hacking.html.in b/docs/hacking.html.in index eb799532c..a97dc225f 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -350,7 +350,7 @@ } -

Preprocessor

+

Preprocessor

For variadic macros, stick with C99 syntax: @@ -368,7 +368,7 @@ #endif -

C types

+

C types

Use the right type.