summaryrefslogtreecommitdiffstats
path: root/mdoc_action.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_action.c')
-rw-r--r--mdoc_action.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc_action.c b/mdoc_action.c
index a54b21c3..2a284546 100644
--- a/mdoc_action.c
+++ b/mdoc_action.c
@@ -487,7 +487,6 @@ post_dt(POST_ARGS)
free(m->meta.vol);
if (NULL == (m->meta.vol = strdup(cp)))
return(mdoc_nerr(m, m->last, EMALLOC));
- n = n->next;
} else {
cp = mdoc_a2arch(n->string);
if (NULL == cp) {