diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-28 11:21:12 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-28 11:21:12 +0000 |
commit | cc802a810a035a369db520aaa7cba82e0b3686a2 (patch) | |
tree | 0ba2827efb08e2d5cc8759b6c41cd05aab59ff52 /mdocml.c | |
parent | 251cb31839ca20218450f57218e4d7935e6e0652 (diff) | |
download | mandoc-cc802a810a035a369db520aaa7cba82e0b3686a2.tar.gz |
Initial pushing to mbuf.
Diffstat (limited to 'mdocml.c')
-rw-r--r-- | mdocml.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -80,8 +80,6 @@ main(int argc, char *argv[]) if (1 == argc) in = *argv++; - args.type = MD_DUMMY; - return(begin_io(&args, out ? out : "-", in ? in : "-")); } |