diff options
| -rw-r--r-- | ui_70-tree.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ui_70-tree.c b/ui_70-tree.c index 81383b8..8509322 100644 --- a/ui_70-tree.c +++ b/ui_70-tree.c @@ -121,7 +121,7 @@ static void write_tree_link(const struct object_id *oid, char *name,  	oidcpy(&tree_ctx.oid, oid);  	while (tree_ctx.count == 1) { -		cgit_tree_link(name, NULL, "ls-dir", ctx.qry.head, rev, +		cgit_gopher_tree_link(name, NULL, "ls-dir", ctx.qry.head, rev,  			       fullpath->buf);  		tree = lookup_tree(&tree_ctx.oid); | 
