X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/92d36306307652f916347656b5c31928db651c45..1eb9c4523f63f5de5ae16bb140a12268511461a2:/out.c?ds=inline diff --git a/out.c b/out.c index 8be9514e..2a683fae 100644 --- a/out.c +++ b/out.c @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.28 2010/08/24 13:56:51 kristaps Exp $ */ +/* $Id: out.c,v 1.29 2010/08/29 11:28:09 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -315,6 +315,8 @@ a2roffdeco(enum roffdeco *d, const char **word, size_t *sz) } else lim = 1; break; + case ('o'): + /* FALLTHROUGH */ case ('w'): if ('\'' == wp[i++]) { term = '\'';