summaryrefslogtreecommitdiffstats
path: root/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree.c b/tree.c
index ef9e8f39..02c1be43 100644
--- a/tree.c
+++ b/tree.c
@@ -278,7 +278,7 @@ print_span(const struct tbl_span *sp)
default:
break;
}
- printf("[%s]", dp->string);
+ printf("[%s%s]", dp->string, dp->layout ? "" : "*");
if (dp->next)
putchar(' ');
}