summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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: