]> git.cameronkatri.com Git - mandoc.git/blobdiff - tree.c
do not use the echo(1) -n option, it is not portable;
[mandoc.git] / tree.c
diff --git a/tree.c b/tree.c
index 961fc0828a5d553add1753cf4b57471eb3f43825..12e841a50b78dde81891c5289c05d18db16ec5e3 100644 (file)
--- a/tree.c
+++ b/tree.c
@@ -1,4 +1,4 @@
-/* $Id: tree.c,v 1.90 2021/08/10 12:55:04 schwarze Exp $ */
+/* $Id: tree.c,v 1.91 2021/09/07 10:59:18 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013-2015, 2017-2021 Ingo Schwarze <schwarze@openbsd.org>
@@ -472,6 +472,8 @@ print_span(const struct tbl_span *sp, int indent)
                                printf("%d", cp->col);
                                print_cellt(dp->layout->pos);
                                switch (cp->font) {
+                               case ESCAPE_FONTROMAN:
+                                       break;
                                case ESCAPE_FONTBOLD:
                                        putchar('b');
                                        break;