aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitb01b4dbd0137ad522cd297b8995201927cd7842c (patch)
tree4c405754219fa978703ccc9d03f726250eb2dedf /out.c
parent65f8ae861f5855669ce4473e9c89a5a2003a89ac (diff)
downloadmandoc-b01b4dbd0137ad522cd297b8995201927cd7842c.tar.gz
mandoc-b01b4dbd0137ad522cd297b8995201927cd7842c.tar.zst
mandoc-b01b4dbd0137ad522cd297b8995201927cd7842c.zip
Hooked up -Tascii to a2roffdeco backend.
Diffstat (limited to 'out.c')
-rw-r--r--out.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/out.c b/out.c
index 307af614..e217327c 100644
--- a/out.c
+++ b/out.c
@@ -1,4 +1,4 @@
-/* $Id: out.c,v 1.8 2009/11/07 08:26:45 kristaps Exp $ */
+/* $Id: out.c,v 1.9 2009/11/07 14:14:15 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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;