abouttreesummaryrefslogcommitdiff
path: root/ui-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-tree.c')
-rw-r--r--ui-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-tree.c b/ui-tree.c
index a24151f..b961331 100644
--- a/ui-tree.c
+++ b/ui-tree.c
@@ -296,7 +296,7 @@ static void ls_head(void)
html("</tr>\n");
}
-static void ls_tail(const struct tree *tree, struct pathspec *paths)
+static void ls_tail(struct tree *tree, struct pathspec *paths)
{
html("<tr><td colspan=\"4\"><input type=\"checkbox\" id=\"show-all\"><label for=\"show-all\">Show All</label></td></tr>");
html("</table>\n");