diff options
| author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-03 22:10:22 +0000 |
|---|---|---|
| committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-03 22:10:22 +0000 |
| commit | 958d3222bd176173276c5d4648df123fa876eddb (patch) | |
| tree | a2e510e020550931424f332c8a02e8071a53e60c /mdocml.c | |
| parent | 50ffcd72be49e8f794384aa7bc4041065cf94d13 (diff) | |
| download | mandoc-958d3222bd176173276c5d4648df123fa876eddb.tar.gz mandoc-958d3222bd176173276c5d4648df123fa876eddb.zip | |
Huge changes.
Diffstat (limited to 'mdocml.c')
| -rw-r--r-- | mdocml.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: mdocml.c,v 1.32 2009/01/03 18:38:39 kristaps Exp $ */ +/* $Id: mdocml.c,v 1.33 2009/01/03 22:10:22 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se> * @@ -207,7 +207,6 @@ print_node(const struct mdoc_node *n, int indent) t = "block-head"; break; case (MDOC_ELEM): - assert(NULL == n->child); p = mdoc_macronames[n->data.elem.tok]; t = "element"; argv = n->data.elem.argv; |
