summaryrefslogtreecommitdiffstats
path: root/argv.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-26 14:56:27 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-26 14:56:27 +0000
commit69eda203817e9dc1f6bf992ff8af90702f812b24 (patch)
tree8de43f7f541717ff9ad65a09eb8fa558824f8d42 /argv.c
parent854c97785aa7622023610b070d91abae644ed473 (diff)
downloadmandoc-69eda203817e9dc1f6bf992ff8af90702f812b24.tar.gz
Lists (scoped elements) now put delims in-scope.
Diffstat (limited to 'argv.c')
-rw-r--r--argv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.c b/argv.c
index b72c5696..ca05354a 100644
--- a/argv.c
+++ b/argv.c
@@ -74,7 +74,7 @@ static int mdoc_argflags[MDOC_MAX] = {
0, /* Ed */
0, /* Bl */
0, /* El */
- ARGS_DELIM, /* It */
+ 0, /* It */
ARGS_DELIM, /* Ad */
ARGS_DELIM, /* An */
ARGS_DELIM, /* Ar */