summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-15 07:18:10 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-15 07:18:10 +0000
commit74ade35860bf50dbd7bce8021716f464b54680f7 (patch)
tree1b886daab526738a4c0da8a4c096a1174a840043
parent8a9d25ae91a360a71e2f1c36d4a327d661dd6270 (diff)
downloadmandoc-74ade35860bf50dbd7bce8021716f464b54680f7.tar.gz
mandoc-74ade35860bf50dbd7bce8021716f464b54680f7.tar.zst
mandoc-74ade35860bf50dbd7bce8021716f464b54680f7.zip
getsubopt index fix.
-rw-r--r--mdocterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdocterm.c b/mdocterm.c
index c2b8d0d0..9c95f9ea 100644
--- a/mdocterm.c
+++ b/mdocterm.c
@@ -1,4 +1,4 @@
-/* $Id: mdocterm.c,v 1.43 2009/03/15 07:08:53 kristaps Exp $ */
+/* $Id: mdocterm.c,v 1.44 2009/03/15 07:18:10 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -254,7 +254,7 @@ optsopt(struct termp *p, char *arg)
case (0):
p->enc = TERMENC_ANSI;
break;
- case (2):
+ case (1):
p->iflags |= TERMP_NOPUNT;
break;
default: