diff options
Diffstat (limited to 'ui-tag.c')
-rw-r--r-- | ui-tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ static void print_tag_content(char *buf) | |||
30 | } | 30 | } |
31 | } | 31 | } |
32 | 32 | ||
33 | void print_download_links(char *revname) | 33 | static void print_download_links(char *revname) |
34 | { | 34 | { |
35 | html("<tr><th>download</th><td class='sha1'>"); | 35 | html("<tr><th>download</th><td class='sha1'>"); |
36 | cgit_print_snapshot_links(ctx.qry.repo, ctx.qry.head, | 36 | cgit_print_snapshot_links(ctx.qry.repo, ctx.qry.head, |