summaryrefslogtreecommitdiffstats
path: root/libmdocml.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-28 15:25:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-28 15:25:49 +0000
commit53836d6f5d78b6d01bab9dc293ffa2649b8a0341 (patch)
tree307942f0b7401c422d6c732fffc6169363c59216 /libmdocml.c
parentcc802a810a035a369db520aaa7cba82e0b3686a2 (diff)
downloadmandoc-53836d6f5d78b6d01bab9dc293ffa2649b8a0341.tar.gz
Removed superfluous structures from rofftree.
Added roffdata for generalised text processing.
Diffstat (limited to 'libmdocml.c')
-rw-r--r--libmdocml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmdocml.c b/libmdocml.c
index 95a0ba2b..3b7b67f2 100644
--- a/libmdocml.c
+++ b/libmdocml.c
@@ -56,8 +56,7 @@ md_buf_fill(struct md_rbuf *in)
}
-static int
-md_buf_flush(struct md_mbuf *buf)
+static int md_buf_flush(struct md_mbuf *buf)
{
ssize_t sz;