diff options
Diffstat (limited to 'ui-commit.c')
-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 ec99264..d5a888d 100644 --- a/ui-commit.c +++ b/ui-commit.c | |||
@@ -99,7 +99,7 @@ void cgit_print_commit(char *hex, const char *prefix) | |||
99 | cgit_commit_link(tmp2, NULL, NULL, ctx.qry.head, tmp, prefix); | 99 | cgit_commit_link(tmp2, NULL, NULL, ctx.qry.head, tmp, prefix); |
100 | html(" ("); | 100 | html(" ("); |
101 | cgit_diff_link("diff", NULL, NULL, ctx.qry.head, hex, | 101 | cgit_diff_link("diff", NULL, NULL, ctx.qry.head, hex, |
102 | sha1_to_hex(p->item->object.sha1), prefix, 0); | 102 | sha1_to_hex(p->item->object.sha1), prefix); |
103 | html(")</td></tr>"); | 103 | html(")</td></tr>"); |
104 | parents++; | 104 | parents++; |
105 | } | 105 | } |