summaryrefslogtreecommitdiffstats
path: root/out.c
diff options
context:
space:
mode:
Diffstat (limited to 'out.c')
-rw-r--r--out.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/out.c b/out.c
index 11f463e5..dd584d7a 100644
--- a/out.c
+++ b/out.c
@@ -331,6 +331,11 @@ a2roffdeco(enum roffdeco *d,
case ('['):
break;
+ case ('c'):
+ *d = DECO_NOSPACE;
+ *sz = 1;
+ return(1);
+
default:
*d = DECO_SPECIAL;
*word = wp;