From 74ade35860bf50dbd7bce8021716f464b54680f7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 15 Mar 2009 07:18:10 +0000 Subject: getsubopt index fix. --- mdocterm.c | 4 ++-- 1 file 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 * @@ -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: -- cgit v1.2.3-56-ge451