diff options
Diffstat (limited to 'ui-refs.c')
-rw-r--r-- | ui-refs.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,7 +82,7 @@ static int print_branch(struct refinfo *ref) | |||
82 | return 0; | 82 | return 0; |
83 | } | 83 | } |
84 | 84 | ||
85 | static void print_tag_header() | 85 | static 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 | ||
237 | void cgit_print_refs() | 237 | void cgit_print_refs(void) |
238 | { | 238 | { |
239 | 239 | ||
240 | html("<table class='list nowrap'>"); | 240 | html("<table class='list nowrap'>"); |