summaryrefslogtreecommitdiffstatshomepage
path: root/argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'argv.c')
-rw-r--r--argv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/argv.c b/argv.c
index 663d5d5e..85afbb9e 100644
--- a/argv.c
+++ b/argv.c
@@ -1,4 +1,4 @@
-/* $Id: argv.c,v 1.31 2009/02/24 13:46:54 kristaps Exp $ */
+/* $Id: argv.c,v 1.32 2009/02/26 14:56:27 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 */