libsmartcols: put new line after title

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2016-01-21 17:37:21 +01:00
parent 7bc451694f
commit 2f62d9fe3e
1 changed files with 2 additions and 0 deletions

View File

@ -595,6 +595,8 @@ static void print_title(struct libscols_table *tb)
if (tb->title_color)
fputs(UL_COLOR_RESET, tb->out);
fputc('\n', tb->out);
}
static int print_header(struct libscols_table *tb, struct libscols_buffer *buf)