diff options
Diffstat (limited to 'mdoc.c')
-rw-r--r-- | mdoc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -436,6 +436,7 @@ node_alloc(struct mdoc *m, int line, int pos, p->line = line; p->pos = pos; p->tok = tok; + p->type = type; return(p); } |