abouttreesummaryrefslogcommitdiff
path: root/ui-tree.c
diff options
context:
space:
mode:
authorPatrick2025-12-30 22:33:31 +0100
committerPatrick2025-12-30 22:33:31 +0100
commit915444ebb07079a8ac029953d2a8e1a1fc29c7d1 (patch)
tree20a2b67da715b7196d7d599a15275b55ed2ae799 /ui-tree.c
parent1556fd9a6b0e3b7166bec57db827edaa3b63f8a0 (diff)
downloadps-cgit-915444ebb07079a8ac029953d2a8e1a1fc29c7d1.tar.gz
ps-cgit-915444ebb07079a8ac029953d2a8e1a1fc29c7d1.zip
fix
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");