From 24d7f3d5349d8774c7fd5dcbd99f52299588d0e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Tue, 11 Sep 2012 14:01:56 +0200 Subject: [PATCH] docs: hacking.html.in: fix table of contents Two sections didn't have a working link in the TOC. --- docs/hacking.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5