[F] Fixed compilation errors

This commit is contained in:
seleznevae
2018-11-16 21:27:25 +03:00
parent 78f6173486
commit ae9103a714
6 changed files with 41 additions and 8 deletions

View File

@@ -149,6 +149,8 @@ void custom_border_style_example(void)
void colorfull_table(void)
{
#if defined(FT_HAVE_WCHAR)
setlocale(LC_CTYPE, "");
ft_table_t *table = ft_create_table();
@@ -205,6 +207,7 @@ void colorfull_table(void)
}
ft_destroy_table(table);
#endif
}
int main(void)