diff options
Diffstat (limited to 'print_wiki.c')
-rw-r--r-- | print_wiki.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print_wiki.c b/print_wiki.c index 81f7efb0..bd9d9f7a 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -209,7 +209,7 @@ static void print_supported_boards_wiki_helper(const char *devicetype, int cols, /* end inner table if it did not fill the last column fully */ if (((i % lines_per_col)) > 0) printf("\n|}\n\n"); - printf("\n\n|}\n"); + printf("|}\n"); if (num_notes > 0) printf("\n<small>\n%s</small>\n", notes); |