[A] Added more builds

This commit is contained in:
seleznevae
2019-04-27 16:00:20 +03:00
parent e4cff24d51
commit 535641cddf
8 changed files with 125 additions and 99 deletions

View File

@@ -244,7 +244,7 @@ void print_different_border_styles()
ft_set_cell_prop(table, FT_ANY_ROW, FT_ANY_COLUMN, FT_CPROP_TOP_PADDING, 3);
ft_set_cell_prop(table, FT_ANY_ROW, 1, FT_CPROP_LEFT_PADDING, 10);
struct ft_border_style *styles[] = {
const struct ft_border_style *styles[] = {
FT_BASIC_STYLE,
FT_BASIC2_STYLE,
FT_SIMPLE_STYLE,