diff options
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -216,6 +216,7 @@ post_dt(struct mdoc *mdoc) assert(NULL == mdoc->meta.title); + /* LINTED */ for (i = 0, n = mdoc->last->child; n; n = n->next, i++) { assert(MDOC_TEXT == n->type); p = n->data.text.string; |