aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/out.c
diff options
context:
space:
mode:
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;