[C] Improved code readability

This commit is contained in:
seleznevae
2018-03-31 18:13:30 +03:00
parent 63ea186a4a
commit a32485d19c
2 changed files with 25 additions and 28 deletions

View File

@@ -146,7 +146,7 @@ int main(void)
ft_destroy_table(table);
/*-------------------------------------------------------------*/
#ifdef FT_HAVE_WCHAR
#if defined(FT_HAVE_WCHAR) && !defined(FT_MICROSOFT_COMPILER)
setlocale(LC_CTYPE, "");
table = ft_create_table();