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, 1 insertions, 0 deletions
diff --git a/mdoc_action.c b/mdoc_action.c
index 91457bc1..8df7a457 100644
--- a/mdoc_action.c
+++ b/mdoc_action.c
@@ -943,6 +943,7 @@ post_rs(POST_ARGS)
if (MDOC_BLOCK != n->type)
return(1);
+ assert(n->body->child);
for (next = NULL, nn = n->body->child->next; nn; nn = next) {
o = order_rs(nn->tok);