summary refs log tree commit diff
path: root/nav.c
diff options
context:
space:
mode:
Diffstat (limited to 'nav.c')
-rw-r--r--nav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nav.c b/nav.c
index 8456a76..5e5d8ea 100644
--- a/nav.c
+++ b/nav.c
@@ -12,7 +12,7 @@ void nav_init(struct nav_state *ns) {
 	memset(ns, 0, sizeof *ns);
 	ns->histc = 1;
 	doc_init(ns->histv);
-	doc_add_text(ns->histv, "Type ? for command help.");
+	doc_add_text(ns->histv, strv("Type ? for command help."));
 	ns->prot_default = PROT_GOPHER;
 }