summaryrefslogtreecommitdiffstats
path: root/out.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-07 14:14:15 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-07 14:14:15 +0000
commit9e4a5a7319fd71af5f0d3655cc0dc0d37df2bc4b (patch)
treef25e1da93853245a7b2d84de64d304440588a85b /out.c
parent63d9bea608ed28cee1916112d03db7767ad915a5 (diff)
downloadmandoc-9e4a5a7319fd71af5f0d3655cc0dc0d37df2bc4b.tar.gz
Hooked up -Tascii to a2roffdeco backend.
Diffstat (limited to 'out.c')
-rw-r--r--out.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/out.c b/out.c
index 6165d240..5ac04564 100644
--- a/out.c
+++ b/out.c
@@ -176,7 +176,6 @@ a2roffdeco(enum roffdeco *d,
const char *wp;
*d = DECO_NONE;
-
wp = *word;
type = 1;
@@ -223,7 +222,7 @@ a2roffdeco(enum roffdeco *d,
*d = DECO_RESERVED;
*sz = 1;
*word = wp;
- return(3);
+ return(2);
}
break;