[F] Fixed compilation problems

This commit is contained in:
seleznevae
2019-08-26 12:33:17 +03:00
parent a30f674114
commit 051b3145f7
4 changed files with 18 additions and 18 deletions

View File

@@ -697,7 +697,7 @@ clear:
const char *ft_to_string(const ft_table_t *table)
{
return ft_to_string_impl(table, CHAR_BUF);
return (const char *)ft_to_string_impl(table, CHAR_BUF);
}
#ifdef FT_HAVE_WCHAR