-rw-r--r-- | ui-commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-commit.c b/ui-commit.c index dd36cc0..12a96fb 100644 --- a/ui-commit.c +++ b/ui-commit.c | |||
@@ -226,11 +226,11 @@ void cgit_print_commit(char *hex) | |||
226 | html("</table>"); | 226 | html("</table>"); |
227 | html("<div class='diffstat-summary'>"); | 227 | html("<div class='diffstat-summary'>"); |
228 | htmlf("%d files changed, %d insertions, %d deletions", | 228 | htmlf("%d files changed, %d insertions, %d deletions", |
229 | files, total_adds, total_rems); | 229 | files, total_adds, total_rems); |
230 | html("</div>"); | ||
230 | cgit_print_diff(ctx.qry.sha1, | 231 | cgit_print_diff(ctx.qry.sha1, |
231 | sha1_to_hex(commit->parents->item->object.sha1), | 232 | sha1_to_hex(commit->parents->item->object.sha1), |
232 | NULL); | 233 | NULL); |
233 | html(")</div>"); | ||
234 | } | 234 | } |
235 | cgit_free_commitinfo(info); | 235 | cgit_free_commitinfo(info); |
236 | } | 236 | } |