Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/ui-refs.c b/ui-refs.c index 98738db..94ff6be 100644 --- a/ ui-refs.c+++ b/ ui-refs.c |
|
@@ -75,5 +75,5 @@ static int print_branch(struct refinfo *ref) |
75 | |
75 | |
76 | if (ref->object->type == OBJ_COMMIT) { |
76 | if (ref->object->type == OBJ_COMMIT) { |
77 | cgit_commit_link(info->subject, NULL, NULL, name, NULL, 0); |
77 | cgit_commit_link(info->subject, NULL, NULL, name, NULL, NULL, 0); |
78 | html("</td><td>"); |
78 | html("</td><td>"); |
79 | html_txt(info->author); |
79 | html_txt(info->author); |
|