From a7fdbbe35beb9c12a2f4822b716c7c487a7273e1 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Mon, 19 Aug 2013 23:18:03 +0000 Subject: [PATCH] Fix that --- doc/html/download.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/html/download.c b/doc/html/download.c index 0059c03..f31545c 100644 --- a/doc/html/download.c +++ b/doc/html/download.c @@ -235,7 +235,8 @@ void genhtml() { fprintf(fp, HTML, build_table[0], build_table[1], build_table[2], build_table[3], - build_table[4], build_table[5] + build_table[4], build_table[5], + build_table[6], build_table[7] ); fclose (fp); } -- 2.39.2