summaryrefslogtreecommitdiffstatshomepage
path: root/mdocml.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdocml.c')
-rw-r--r--mdocml.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mdocml.c b/mdocml.c
index a22a1092..1bcff459 100644
--- a/mdocml.c
+++ b/mdocml.c
@@ -1,4 +1,4 @@
-/* $Id: mdocml.c,v 1.13 2008/11/27 17:27:50 kristaps Exp $ */
+/* $Id: mdocml.c,v 1.14 2008/11/28 11:21:12 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 : "-"));
}