diff options
Diffstat (limited to 'ui-tag.c')
-rw-r--r-- | ui-tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,6 +99,6 @@ void cgit_print_tag(char *revname) if (ctx.repo->snapshots) print_download_links(revname); html("</table>\n"); - } + } return; } |