about summary refs log tree commit diff stats
path: root/ui-refs.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-refs.c')
-rw-r--r--ui-refs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-refs.c b/ui-refs.c index ac8a6d4..d3d71dd 100644 --- a/ui-refs.c +++ b/ui-refs.c
@@ -82,7 +82,7 @@ static int print_branch(struct refinfo *ref)
82 return 0; 82 return 0;
83} 83}
84 84
85static void print_tag_header() 85static void print_tag_header(void)
86{ 86{
87 html("<tr class='nohover'><th class='left'>Tag</th>" 87 html("<tr class='nohover'><th class='left'>Tag</th>"
88 "<th class='left'>Download</th>" 88 "<th class='left'>Download</th>"
@@ -234,7 +234,7 @@ void cgit_print_tags(int maxcount)
234 cgit_free_reflist_inner(&list); 234 cgit_free_reflist_inner(&list);
235} 235}
236 236
237void cgit_print_refs() 237void cgit_print_refs(void)
238{ 238{
239 239
240 html("<table class='list nowrap'>"); 240 html("<table class='list nowrap'>");