summaryrefslogtreecommitdiffstatshomepage
path: root/mdocml.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-03 22:10:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-03 22:10:22 +0000
commit958d3222bd176173276c5d4648df123fa876eddb (patch)
treea2e510e020550931424f332c8a02e8071a53e60c /mdocml.c
parent50ffcd72be49e8f794384aa7bc4041065cf94d13 (diff)
downloadmandoc-958d3222bd176173276c5d4648df123fa876eddb.tar.gz
mandoc-958d3222bd176173276c5d4648df123fa876eddb.tar.zst
mandoc-958d3222bd176173276c5d4648df123fa876eddb.zip
Huge changes.
Diffstat (limited to 'mdocml.c')
-rw-r--r--mdocml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdocml.c b/mdocml.c
index d2fe92c6..284e0483 100644
--- a/mdocml.c
+++ b/mdocml.c
@@ -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;