X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2a09c0d184ff64676e173072c074649666f4f735..0928d8827a714f3908efa7eb9eb4cde28761af26:/ui-commit.c diff --git a/ui-commit.c b/ui-commit.c index 59eeb1d..6b135aa 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -103,7 +103,7 @@ void print_fileinfo(struct fileinfo *info) info->removed * 100.0 / max_changes); htmlf("", (max_changes - info->removed - info->added) * 100.0 / max_changes); - html("\n"); + html("\n"); } void cgit_count_diff_lines(char *line, int len)