summaryrefslogtreecommitdiffstatshomepage
path: root/argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'argv.c')
-rw-r--r--argv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/argv.c b/argv.c
index 95a38a48..63dfde9e 100644
--- a/argv.c
+++ b/argv.c
@@ -1,4 +1,4 @@
-/* $Id: argv.c,v 1.22 2009/01/20 20:56:21 kristaps Exp $ */
+/* $Id: argv.c,v 1.23 2009/01/20 22:55:46 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -169,7 +169,6 @@ mdoc_args(struct mdoc *mdoc, int line,
if (MDOC_It == tok) {
n = mdoc->last->parent;
/* FIXME: scan for ARGS_TABSEP. */
-
}
if (0 == buf[*pos])