summaryrefslogtreecommitdiffabout
path: root/ui-commit.c
Unidiff
Diffstat (limited to 'ui-commit.c') (more/less context) (ignore whitespace changes)
-rw-r--r--ui-commit.c2
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
@@ -229,2 +229,3 @@ void cgit_print_commit(char *hex)
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,
@@ -232,3 +233,2 @@ void cgit_print_commit(char *hex)
232 NULL); 233 NULL);
233 html(")</div>");
234 } 234 }