[F] Fixed the example

This commit is contained in:
seleznevae
2018-05-08 21:12:20 +03:00
parent a8868e7bd9
commit 78acb23c47
4 changed files with 10 additions and 5 deletions

View File

@@ -35,7 +35,8 @@ void print_char_str(const char *str)
void base_example(void)
{
ft_table_t *table = ft_create_table();;
ft_table_t *table = ft_create_table();
/* Set "header" type for the first row */
ft_set_cell_option(table, 0, FT_ANY_COLUMN, FT_COPT_ROW_TYPE, FT_ROW_HEADER);
ft_write_ln(table, "N", "Planet", "Speed, km/s");