lib: [tt] fix alignment of the last tree child

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2010-12-16 12:12:43 +01:00
parent 5eae593093
commit f872ed1f22
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ static char *line_get_ascii_art(struct tt_line *ln, char *buf, size_t *bufsz)
return NULL;
if (list_last_entry(&ln->ln_children, &ln->parent->ln_branch))
art = " ";
art = " ";
else
art = ln->table->symbols->vert;